What is the reason for exclusion of FD_CONNECT from WSAAsyncSelect in Win32TCPConnection constructor? Without it Win32TCPConnection.connect() never ends when I try connect to non-exists address. I noticed this when trying to implement reconnection with a pause. Is there another way to repeat client connections at a predetermined interval which I have not noticed?