PipelineTask: fix repeated on_idle_timeout

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-18 23:40:34 -07:00
parent ebb23a5a8c
commit 028f7b2d65
3 changed files with 49 additions and 3 deletions

View File

@@ -37,6 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that would cause multiple `PipelineTask.on_idle_timeout`
events to be triggered repeatedly.
- Fixed an issue that was causing user and bot speech to not be synchronized
during recordings.