mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-23 00:27:09 +00:00
add comment
This commit is contained in:
@@ -245,6 +245,7 @@ class SpeechStream(stt.RecognizeStream):
|
|||||||
try:
|
try:
|
||||||
await pipeline_t
|
await pipeline_t
|
||||||
except asyncio.CancelledError:
|
except asyncio.CancelledError:
|
||||||
|
# CancelledError is the expected flow on cancel()
|
||||||
pass
|
pass
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("utterance pipeline failed during finalize")
|
logger.exception("utterance pipeline failed during finalize")
|
||||||
|
|||||||
Reference in New Issue
Block a user