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

187 B

  • 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.