PipelineTask: cleanup observers

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-29 10:54:36 -07:00
parent c1b8d2acab
commit b5a644dd6f
3 changed files with 18 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `pipecat.frames.frames.KeypadEntry` is deprecated use
`pipecat.audio.dtmf.types.KeypadEntry` instead.
## Fixed
- Fixed an issue where `PipelineTask` was not cleaning up the observers.
## [0.0.82] - 2025-08-28
### Added