How can I detect that a client has disconnected from my server?
I have the following code in my AcceptCallBack method
AcceptCallBack
static Socket hand
You can also check the .IsConnected property of the socket if you were to poll.