DailyTransport: handle future cancellation

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-06 23:01:41 -07:00
parent c97643c797
commit 86c6141580
2 changed files with 11 additions and 4 deletions

View File

@@ -81,6 +81,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `DailyTransport` issue that would result in an unhandled
`concurrent.futures.CancelledError` when a future is cancelled.
- Fixed a `RivaSTTService` issue that would result in an unhandled
`concurrent.futures.CancelledError` when a future is cancelled when reading
from the audio chunks from the incoming audio stream.