Files
pipecat/changelog/4007.fixed.md
2026-03-12 10:16:29 -07:00

304 B

  • Fixed ParallelPipeline dropping or misordering frames during lifecycle synchronization. Buffered frames are now flushed in the correct order relative to synchronization frames (StartFrame goes first, EndFrame/CancelFrame go after), and frames added to the buffer during flush are also drained.