Rusty Well-Known Member Licensed User Longtime User Mar 25, 2012 #1 Is there a way to tell if a connected TCP connection has become "disconnected"? My Android is he client, if that matters. Thanks,
Is there a way to tell if a connected TCP connection has become "disconnected"? My Android is he client, if that matters. Thanks,
rbsoft Active Member Licensed User Longtime User Mar 25, 2012 #2 B4X: if Socket1.Connected then 'Tests wether the socket is connected end if You could also use some sort of pinging the server, like having a small echo routine on the server. Rolf Upvote 0
B4X: if Socket1.Connected then 'Tests wether the socket is connected end if You could also use some sort of pinging the server, like having a small echo routine on the server. Rolf
W wl Well-Known Member Licensed User Longtime User Mar 25, 2012 #3 Also have a look at this: http://www.b4x.com/forum/bugs-wishl...ction-closed-server-connection.html#post61710 Upvote 0
Also have a look at this: http://www.b4x.com/forum/bugs-wishl...ction-closed-server-connection.html#post61710