1
Network / Stopping a socket in blocking mode
« on: October 28, 2013, 02:02:18 pm »
I have a UDP socket running on a separate thread for the game server. When the host enters the quit command, it needs to stop the socket from the main thread. How do we do this?