Socket
Error # 10036
Socket error (#10036): Operation now in progress.
Analyse & Solutions: A blocking operation is currently
executing. 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 WSAEINPROGRESS error.
|