On the client side I need to know when/if my socket connection has been broken. However the Socket.Connected property always returns true, even after the server side has been d
does the clientSocket.Send() method wait for the packet to either be ack/nack'd?
If not your code is flying onto the next line while socket is still trying to figure out what is going on.