Fixed an issue where SmallWebRTCTransport ended before TTS finished.

This commit is contained in:
Filipi Fuchter
2025-08-13 11:46:51 -03:00
parent d203528dad
commit bbbbdc459a
2 changed files with 8 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `SmallWebRTCTransport` ended before TTS finished.
- Fixed a `WatchdogPriorityQueue` issue that could cause an exception when
compating watchdog cancel sentinel items with other items in the queue.