Karl Andersson
Lurker
Android 6.0 API 23:
I'm using java.net.Socket. I want to release the hostname: port binding so a client phone can: connect, crash so the app has to be restarted on the client phone, then reconnect to the same IP and port without restarting the server app. Is this possible or do I have to start a new server listening on a different port? I'm not using asynchronous communication. What I'm using is more old school.
I'm using java.net.Socket. I want to release the hostname: port binding so a client phone can: connect, crash so the app has to be restarted on the client phone, then reconnect to the same IP and port without restarting the server app. Is this possible or do I have to start a new server listening on a different port? I'm not using asynchronous communication. What I'm using is more old school.