You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no "netty-socketio" Java client you can use on client side. SocketIOClient class in netty-socketio source code is meant for internal use within the netty-socketio server, not to be used as external clients connecting to it.
For socketio Java clients you may want to search the Internet. For instance see socket.io-client-java as example (spoiler alert: I haven't used such application myself).
The text was updated successfully, but these errors were encountered: