In tcpBaseSocket::poll select (for Windows) returns 0 when it timesout

Issue #352 closed
Paolo Brandoli repo owner created an issue

In the Windows version of tcpBaseSocket::poll the function select returns 0 when it times out, but now the result 0 doesn't cause the SocketTimeout exception as it should.

Additionally, on Windows tcpListener::waitForConnection may never terminate.

Comments (9)

  1. Log in to comment