457 B
457 B
- Moved interruption wait event from per-processor instance state to
InterruptionFrameitself. AddedInterruptionFrame.complete()to signal when the interruption has fully traversed the pipeline. Custom processors that block or consume anInterruptionFramebefore it reaches the pipeline sink must callframe.complete()to avoid stallingpush_interruption_task_frame_and_wait(). A warning is logged if completion does not happen within 2 seconds.