Hot answers tagged winsock
1
This is related to a memory leak issue with the cachefactory object not disposing correctly and can be solved by using this:
http://cachescope.codeplex.com/
or it can be also that you ran out of buffer space for TCP.
Check the socket connections are being closed properly by typing this in the command prompt:
netstat -an -p TCP | findstr "CLOSE_WAIT"
...
Only top voted, non community-wiki answers of a minimum length are eligible
