transports(websocket): close connection from last transport

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-01 18:27:12 -07:00
parent 6940112ab9
commit 5df5f6ae4c
3 changed files with 20 additions and 2 deletions

View File

@@ -98,6 +98,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `FastAPIWebsocketTransport` and `WebsocketClientTransport` issue that
would cause the transport to be closed prematurely, preventing the internally
queued audio to be sent. The same issue could also cause an infinite loop
while using an output mixer and when sending an `EndFrame`, preventing the bot
to finish.
- Fixed an issue that could cause the `TranscriptionUpdateFrame` being pushed
because of an interruption to be discarded.