You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using WaitSelect with a timeout, WaitSelect never returns when there are no events to handle. This completely breaks using WaitSelect to peek on sockets.
This has been tested against various other implementations (MorphOS, Roadshow on a real Amiga, etc.) where it seems to work.
When using
WaitSelect
with a timeout,WaitSelect
never returns when there are no events to handle. This completely breaks usingWaitSelect
to peek on sockets.This has been tested against various other implementations (MorphOS, Roadshow on a real Amiga, etc.) where it seems to work.
See https://objfw.nil.im/tktview/4c4b0ddef1 for the bug that triggered me to find this.
The text was updated successfully, but these errors were encountered: