From 36f6e22aee38e8ca409f28a77d0587d4561f4114 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 6 May 2026 15:39:27 -0300 Subject: [PATCH] Adding changelog for the interruption fix. --- changelog/4434.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4434.fixed.md diff --git a/changelog/4434.fixed.md b/changelog/4434.fixed.md new file mode 100644 index 000000000..28ba766ca --- /dev/null +++ b/changelog/4434.fixed.md @@ -0,0 +1 @@ +- Fixed interruptions being delayed when a slow non-uninterruptible frame was processing and an uninterruptible frame was waiting in the queue. The bot would stall until the slow frame finished instead of cancelling it immediately on interruption.