Add changelog for #4186

This commit is contained in:
Mark Backman
2026-03-28 00:02:35 -04:00
parent 47e53890e3
commit 4670370dbb

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

@@ -0,0 +1 @@
- Fixed `FastAPIWebsocketTransport` intermittently hanging on shutdown when the remote side (e.g. Twilio) disconnects while audio is being sent. A race condition between the send and receive paths could cause the `on_client_disconnected` callback to be skipped, leaving the pipeline waiting for a disconnect signal that never came.