diff --git a/changelog/4126.fixed.md b/changelog/4126.fixed.md new file mode 100644 index 000000000..205568bae --- /dev/null +++ b/changelog/4126.fixed.md @@ -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.