Socket error 10036 – Operation now in progress
A blocking operation is currently executing and takes a long time to complete. Windows Sockets only allows a single blocking operation-per-task or thread-to be outstanding, and if any other function call is made (whether or not it references that or any other socket) the function fails with the [...]











