Fixed an issue in ParallelPipeline that caused errors when attempting to drain the queues.

This commit is contained in:
Filipi Fuchter
2025-07-10 21:50:35 -03:00
parent b610ee26ba
commit b2ead325c4
2 changed files with 12 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in ParallelPipeline that caused errors when attempting to drain
the queues.
- Fix a pipeline freeze when using AWS Nova Sonic, which would occur if the
user started early, while the bot was still working through
`trigger_assistant_response()`.