Site icon EfmSoft

What does Windows error code 10036 (WSAEINPROGRESS) mean?

 
Previous Next
WSAEWOULDBLOCK WSAEALREADY

WSAEINPROGRESS

WSAEINPROGRESS reports that a blocking Winsock 1.1 call is already in progress on the thread, or that a service provider is still running a callback. It is not the normal completion status for a nonblocking connection.

Why it matters

Winsock can perform an alertable wait during a blocking call. Starting another blocking Winsock call from an APC that interrupted the original call can cause undefined behavior.

What to check

Microsoft: connect · Microsoft: Windows Sockets Error Codes


Looking for a different code? Search another status or error code.

Exit mobile version