Investigate and submit fix for winit iOS event loop ordering bug #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The app currently logs excessive warnings on iOS:
This is a known bug in winit's iOS/UIKit backend.
Upstream Issue
Related
Impact
Current Workaround
Suppress the warning by filtering winit error logs:
Investigation Plan
Understand winit's iOS backend architecture
Reproduce and isolate
Identify root cause
Develop fix
Submit upstream
Update our code
Resources
Success Criteria