G Georgi Member Jan 25, 2019 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2019 #2 Handle AStream_Error and Terminated events. Upvote 0