transports: more start and stop fixes

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-15 15:23:03 -07:00
parent 3563e66ff6
commit acf6dc0a30
7 changed files with 115 additions and 60 deletions

View File

@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added `DailyTransport` event `on_participant_left`.
### Fixed
- Fixed `DailyInputTransport` and `DailyOutputTransport` stop/cleanup ordering.
- Fixed transport start and stop. In some situation processors would halt or not
shutdown properly.
## [0.0.13] - 2024-05-14