AndroidAsyncSocketExamples
AndroidAsyncSocketExamples copied to clipboard
tcpclient problem
Others tcp server did not return a message, the project tcpclient directly unable to connect, how to solve
Urgently seeking help, thank you
Sorry for late reply. This is not sufficient information for me to help you with this. The could be a variety of issues causing this. You should check if the client and server can ping each other, that the port is open (i.e. it is possible to telnet between the two), there could be something with your code etc.
how to close the socket after the data is received from the server?