Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
950 stars 387 forks source link

How can I get sessionId from SocketIO object when connected to a server? #95

Closed zyxar closed 8 years ago

zyxar commented 10 years ago

There is a public method getSessionId() in IOConnection.java which exposes sessionId, however, SocketIO object only has a private connection while no public methods provided to access connection.

erayalakese commented 10 years ago

@zyxar So how can we get sessionId from SocketIO object?

zyxar commented 8 years ago

never mind.