In Android how do I disconnect a socket? -


so i've got socket connected outside web address , when gets message it's supposed disconnect. tried calling socket.close() socket.isconnected() still true. no luck searching answer

isconnected() tells if made successful connection socket. isclosed() tells if called close().

check out guys response https://stackoverflow.com/a/3701249/2453771


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

Line ending issue with Mercurial or Visual Studio -