410 B
410 B
- Fixed a crash in
DeepgramSTTServicewhen anSTTUpdateSettingsFramearrived before the WebSocket handshake completed (for example, when pushing an update upstream onStartFrame). The settings-triggered reconnect cancelled the in-flight connection task before its keepalive task was created, causing anUnboundLocalError: cannot access local variable 'keepalive_task'in the handler'sfinallyblock.