Add changelog entries for PR #3789

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-20 14:56:46 -08:00
parent 827032fefb
commit f610fb95f9

1
changelog/3789.fixed.md Normal file
View File

@@ -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.