So, I have a socket that is connected to an external web address, and when it receives a specific message, which it should disconnect. I tried calling socket.close() , but socket.isConnected() is still correct. No luck finding an answer
android sockets disconnect
user2312638
source share