Fixed a race condition in FastAPIWebsocketClient that occurred when attempting to send a message while the client was disconnecting.

This commit is contained in:
Filipi Fuchter
2025-07-30 18:07:40 -03:00
parent efb24071d5
commit 0c6e12a9b0
2 changed files with 14 additions and 4 deletions

View File

@@ -97,6 +97,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a race condition in `FastAPIWebsocketClient` that occurred when attempting to
send a message while the client was disconnecting.
- Fixed an issue in `GoogleLLMService` where interruptions did not work when an
interruption strategy was used.