10035 00002733 WSAEWOULDBLOCK

Source

Winsock

Explanation

Resource temporarily unavailable.

Possible Cause

This error is returned from operations on nonblocking sockets that cannot be completed immediately (for example SAL_SktReceive when no data is queued to be read from the socket). 

Action

This is not a fatal error, and the operation should be retried later. It is normal for SAL_SKTEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SAL_SOCK_STREAM socket, since some time must elapse for the connection to be established.