Merge pull request #4267 from pipecat-ai/ac/fix-observer-cleanup-ordering
Fix observer cleanup ordering to stop proxy tasks before closing resources
This commit is contained in:
1
changelog/4267.fixed.md
Normal file
1
changelog/4267.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `ValueError: write to closed file` during pipeline shutdown when observers were active. Observer proxy tasks are now cancelled before observer resources are cleaned up.
|
||||
1
changelog/4267.removed.md
Normal file
1
changelog/4267.removed.md
Normal file
@@ -0,0 +1 @@
|
||||
- ⚠️ Removed deprecated `PIPECAT_OBSERVER_FILES` environment variable support. Use `PIPECAT_SETUP_FILES` instead.
|
||||
Reference in New Issue
Block a user