486 B
486 B
- Fixed
AssemblyAISTTService,CartesiaSTTService,GradiumSTTService, andSonioxSTTServicecrashing the pipeline on transient WebSocket send failures. Eachrun_sttsent audio directly without catching errors, so a single network hiccup mid-stream raised an uncaught exception throughprocess_frame. The guards now log a warning and let the connection-state check on the next call handle recovery, matching the pattern used by Deepgram, xAI, Azure, and other push-based STTs.