This repository was archived by the owner on Dec 4, 2021. It is now read-only.
Fixes potential socket issue
Fixes issue with client socket being passed to socket processor thread, but if a connection came in at the same time, the client socket would be overwritten, and the socket processor thread would crash as the socket wasn't valid.