Adding changelog for the interruption fix.

This commit is contained in:
filipi87
2026-05-06 15:39:27 -03:00
parent 921a7a46cb
commit 36f6e22aee

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

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