411 B
411 B
- Fixed error floods in
DeepgramSTTServicewhen the WebSocket connection drops. With Deepgram SDK 6.x,send_media()raises exceptions on a dead connection instead of silently failing, causing every queued audio frame to log an error. Nowsend_media()failures are caught gracefully — a single warning is logged and audio frames are skipped until the existing reconnection logic restores the connection.