What steps will reproduce the problem?
1. The IOCP is not notifying yet notifications from Recv and RecvFrom functions
2. When you register a socket fd to iocp and waits for data coming, it will
wait forever.
Add WSARecv and WSARecvFrom functions and wraps it to socket patch, adding
perform_recv and perform_recv_from into _winsockets object, after adding it,
the iocp will able notify socket changes for reading.
Original issue reported on code.google.com by
marc...@fiveti.comon 12 May 2012 at 8:45