Files
pipecat/changelog/4255.fixed.md
2026-04-08 09:37:58 +05:30

2 lines
187 B
Markdown

- Fixed `PipelineRunner._gc_collect()` blocking the event loop by running `gc.collect()` synchronously. Now offloaded via `asyncio.to_thread` to avoid stalling concurrent pipeline tasks.