fs-uae
fs-uae copied to clipboard
bsdsocket.library's WaitSelect ignores timeout
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.
See https://objfw.nil.im/tktview/4c4b0ddef1 for the bug that triggered me to find this.