socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Can I set Socket.id during connection If i remember previous socket id returned by server?

Open hi2rashid opened this issue 4 years ago • 0 comments

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)

hi2rashid avatar Mar 05 '21 09:03 hi2rashid