Add changelog for #4126

This commit is contained in:
Mark Backman
2026-03-24 13:43:07 -04:00
parent 35f52f70ab
commit e05bd54743

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

@@ -0,0 +1 @@
- Fixed ElevenLabs WebSocket disconnections (1008 "Maximum simultaneous contexts exceeded") caused by rapid user interruptions. When interruptions arrived before any TTS text was generated, phantom contexts were created on the ElevenLabs server that were never closed, eventually exceeding the 5-context limit.