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
{{ message }}
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Hello, A small tip:
This module wont work with nodejs socket.io server 4.0.0 by connecting with the client socket io.socket:socket.io-client: 1+, you should upgrade current socket client version to io.socket:socket.io-client:2+.
After changing the dependencies in include.gradle from:
Hello,
A small tip:
This module wont work with
nodejs socket.io server 4.0.0by connecting with the client socketio.socket:socket.io-client: 1+, you should upgrade current socket client version toio.socket:socket.io-client:2+.After changing the dependencies in
include.gradlefrom:to:
i could establish the connection to nodejs server. I hope it will help to community!