
14 Dec
2009
14 Dec
'09
10:43 p.m.
On Mon, Dec 14, 2009 at 10:52 AM, Nicola Michael Gutberlet
I’m using TCP sockets and wonder, if there’s a possibility to get an automatic notification when one side of a socket is closed (even if the other side is crashed / not closed properly).
You generally have to do a read on the socket to reliably detect when the other side has closed (or crashed). Jon