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.