PipelineTask: avoid cancellation if application is finished

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-30 13:18:25 -07:00
parent 55c321f4ff
commit e79c4fc99d
2 changed files with 6 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed
- Fixed a `PipelineTask` issue that could prevent the application to exit if
`task.cancel()` was called when the task was already finished.
- Fixed an issue where local SmartTurn was not being ran in a separate thread.
## [0.0.86] - 2025-09-24