Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Fixes potential socket issue

Choose a tag to compare

@boardy boardy released this 12 Oct 21:36
· 1 commit to master since this release

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.