socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.31k stars 969 forks source link

Adds `socket.open()` to initialization.md #732

Closed edoreld closed 1 year ago

edoreld commented 1 year ago

Adds socket.open() line which is needed to connect to the server.

Closes https://github.com/socketio/socket.io-client-java/issues/725 and prevents future similar issues.

edoreld commented 1 year ago

Closed in favor of https://github.com/socketio/socket.io-client-java/pull/733