pipeline(task): cleanup processors only if we need to

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 13:47:46 -07:00
parent a5d246ec0c
commit 57121338b1
2 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed issues with Ctrl-C program termination.
- Fixed an issue that was causing `StopTaskFrame` to actually not exit the
`PipelineTask`.
## [0.0.16] - 2024-05-16
### Fixed