socket.io-client-java
socket.io-client-java copied to clipboard
Can I set Socket.id during connection If i remember previous socket id returned by server?
I connected from android client using socket.connect() it returned me socket.id "Zhy3pyqFrJrAJtjUAAAT"
When app is killed and opened again, can i set this ID in socket.id and start using it? (Because I set the server to preserve this connection for sometime)