Socket
Error # 10037
Socket error (#10037): Operation already in progress.
Analyse & Solutions: An operation was attempted on a
nonblocking socket with an operation already in progress-that is, calling
connect a second time on a nonblocking socket that is already connecting,
or canceling an asynchronous request (WSAAsyncGetXbyY) that has already
been canceled or completed.
|