transports(inputs): handle start/stop interruption frames

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-24 15:15:09 -07:00
parent 91103e21cc
commit f066d50b98
2 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a `BaseInputTransport` issue that was causing incoming system frames to
be queued instead of being pushed immediately.
- Fixed a `BaseInputTransport` issue that was causing start/stop interruptions
incoming frames to not cancel tasks and be processed properly.
## [0.0.39] - 2024-07-23
### Fixed