-
- Downloads
Use socket.poll() to check socket for writability before send()
This is the real fix for infinite-wait on send() problem that was attempted in commit 2cddddce, but caused other issues. Thanks Deuce.
Please register or sign in to comment
This is the real fix for infinite-wait on send() problem that was attempted in commit 2cddddce, but caused other issues. Thanks Deuce.