Jon Griffiths jon_p_griffiths@yahoo.com writes:
In the socket tests, avoid a race by waiting for the read threads to finish before closing the sockets (found during TransmitFile testing).
CloseHandle doesn't wait for the thread to finish, so this has no effect. In any case there doesn't seem to be any need to wait in those tests.