Fix: RTVI message disconnect-bot now pushes EndTaskFrame

This commit is contained in:
Mark Backman
2025-03-19 07:07:45 -04:00
parent 7ddac4eb88
commit 7f1ccab445
2 changed files with 6 additions and 1 deletions

View File

@@ -138,6 +138,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where the RTVI message `disconnect-bot` was pushing an
`EndFrame`, resulting in the pipeline not shutting down. It now pushes an
`EndTaskFrame` upstream to shutdown the pipeline.
- Fixed an issue with the `GoogleSTTService` where stream timeouts during
periods of inactivity were causing connection failures. The service now
properly detects timeout errors and handles reconnection gracefully,