diff --git a/changelog/3789.fixed.md b/changelog/3789.fixed.md new file mode 100644 index 000000000..1bf2be1a3 --- /dev/null +++ b/changelog/3789.fixed.md @@ -0,0 +1 @@ +- Fixed `push_interruption_task_frame_and_wait()` hanging indefinitely when the `InterruptionFrame` does not reach the pipeline sink within the timeout. Added a `timeout` keyword argument to customize the wait duration.