Skip to content

Commit

Permalink
consumeQueue: noMessageCount >= 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Aug 10, 2023
1 parent 1c3ae9c commit 28110c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/win32_gui_base.dart
Expand Up @@ -539,7 +539,7 @@ class WindowMessageLoop {
} else {
++noMessageCount;

if (noMessageCount >= 3) {
if (noMessageCount >= 2) {
break;
}
}
Expand Down

0 comments on commit 28110c8

Please sign in to comment.