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
Maybe solution is to send some dummy data through it and check if it times out?