Add changelog for #4186
This commit is contained in:
1
changelog/4186.fixed.md
Normal file
1
changelog/4186.fixed.md
Normal 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.
|
||||
Reference in New Issue
Block a user