Hello,
I use FSocket with NonBlocking.
I read some text that FSocket->send() doesn’t return false when ewouldblock situation. does it?
So, I want to know how to check ewouldblock when I call send().
Should I compare Count and BytesSent parameter of send()?