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

Add `socket.open()` to emitting_events.md #733

Closed edoreld closed 1 year ago

edoreld commented 1 year ago

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

Closes #725 and prevents future similar issues.