Files
pipecat/changelog/4217.fixed.md
2026-04-01 12:20:58 -03:00

286 B

  • Fixed an issue where UninterruptibleFrame items queued in FrameProcessor could be incorrectly dropped on interruption. Previously only the frame currently being processed was checked; now the entire process queue is scanned so pending uninterruptible frames are always delivered.