Hello, I have a TcpIp server application to comunicate with AGV client, it use Hex data to send/receive data. I have found a question that if I send/receive data using hex data(not ascii data),when client interrupt the connection from server, the server connect states do not update ,it still display connected ,and client cannot connect after that. I use a TcpIpDebugTool to test ,the question is the same situation.But if I use ascii data to send/recieve ,it will not happen.
... View more