Details
-
Improvement
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
Description
The flow control thread is waiting to read from a socket. It can sometimes take the timeout time before aborting.
I think the problem is that CSocket::close() is passing SHUT_WR rather than SHUT_RDWR to shutdown.