Merge pull request #3629 from pipecat-ai/fix/telephony-websocket-stopasynciteration

Fix StopAsyncIteration in parse_telephony_websocket
This commit is contained in:
Mark Backman
2026-02-03 12:10:07 -05:00
committed by GitHub
3 changed files with 179 additions and 13 deletions

1
changelog/3629.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `StopAsyncIteration` exceptions in `parse_telephony_websocket()` when WebSocket connections close before sending expected messages.