Android Question TCP broken connection

Georgi

Member
How to handle broken connections? I'm a client in TCP/IP connection with server. How to check if server close socket, or loose connection, without reset my socket.I want to check connection status, periodically with timer.
 
Top