transports: push EndFrame/CancelFrame before stopping push task

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-04 15:11:04 -07:00
parent c8d37a7227
commit 891b7b22ea
3 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `BaseInputTransport` and `BaseOutputTransport` where
stopping push tasks before pushing `EndFrame` frames.
- Fixed an error closing local audio transports.
- Fixed an issue with Deepgram TTS that was introduced in the previous release.