Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventLoop gets hung up when flooded with many events. #4096

Open
AustinJ235 opened this issue Jan 27, 2025 · 0 comments
Open

EventLoop gets hung up when flooded with many events. #4096

AustinJ235 opened this issue Jan 27, 2025 · 0 comments
Labels
B - bug Dang, that shouldn't have happened DS - windows

Comments

@AustinJ235
Copy link

Description

When flooding the EventLoop with about 12k user events on my system only about 10k will be emitted to the handler. When sending additional events the next event is emitted (not the one just sent). The EventLoop will stay in this state for the duration of the application.

See minimal example here: https://github.com/AustinJ235/winit-slap

Windows version

Microsoft Windows [Version 10.0.22631.4602]

Winit version

0.30.8

@AustinJ235 AustinJ235 added B - bug Dang, that shouldn't have happened DS - windows labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B - bug Dang, that shouldn't have happened DS - windows
Development

No branches or pull requests

1 participant