Merge pull request #4514 from pipecat-ai/mb/websocket-stt-service-exception-handling

Align websocket STT connection failures
This commit is contained in:
Mark Backman
2026-05-20 15:15:35 -04:00
committed by GitHub
13 changed files with 94 additions and 10 deletions

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

@@ -0,0 +1 @@
- Fixed websocket STT connection setup failures so services clear stale websocket state and emit non-fatal error frames, allowing `ServiceSwitcher` failover to keep agents running.