332 B
332 B
- Fixed
FastAPIWebsocketTransportintermittently 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 theon_client_disconnectedcallback to be skipped, leaving the pipeline waiting for a disconnect signal that never came.