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

It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible #747

Open codesdevs opened 1 year ago

codesdevs commented 1 year ago

I'm Android flutter. How do I fix this? I still have problems with 3.x references

codesdevs commented 1 year ago

pub.dev doesn't have a 3.x version

SwathingBlock commented 1 year ago

@codesdevs If you use the socket.io client version 1.0.2, that should work

ujju2132 commented 3 months ago

@codesdevs If you use the socket.io client version 1.0.2, that should work

thank you so much bro it worked. I was on it for more than 4 hrs ;)