From f610fb95f98386d1225ff2cf5b6a7fe26bfced4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 20 Feb 2026 14:56:46 -0800 Subject: [PATCH] Add changelog entries for PR #3789 --- changelog/3789.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3789.fixed.md 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.