transports: fix local transports audio cleanup

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-06 13:44:51 -08:00
parent 962fc27dbd
commit 070bf66980
3 changed files with 3 additions and 12 deletions

View File

@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `TkLocalTransport` and `LocalAudioTransport` issues that was causing
errors on cleanup.
- Fixed an issue that was causing `tests.utils` import to fail because of
logging setup.