286 B
286 B
- Fixed an issue where
UninterruptibleFrameitems queued inFrameProcessorcould be incorrectly dropped on interruption. Previously only the frame currently being processed was checked; now the entire process queue is scanned so pending uninterruptible frames are always delivered.