Merge pull request #3574 from pipecat-ai/mb/fix-websocket-close-message-handling

Fix WebsocketService infinite loop on graceful server disconnect
This commit is contained in:
Mark Backman
2026-01-27 13:53:26 -05:00
committed by GitHub
3 changed files with 57 additions and 13 deletions

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

@@ -0,0 +1 @@
- Fixed an infinite loop in `WebsocketService` that blocked the event loop when a remote server closed the connection gracefully.