flutter socketio client always connect failed #1597
Replies: 3 comments
-
I don't use the flutter client, no idea which version of the Socket.IO protocol it implements. You need to find that out. In practical terms if the protocol version 5 did not work for you, then very likely they support version 4, so you can downgrade Flask-SocketIO and its dependencies to the versions that work with version 4 and try again. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much!! I will try it out :) btw, how can I find out |
Beta Was this translation helpful? Give feedback.
-
The docs for Flask-SocketIO have a version compatibility table. |
Beta Was this translation helpful? Give feedback.
-
hello, I was trying to use flutter socketio client package to connect with flask-socketio, but i can't.
it always show this error message:
The client is using an unsupported version of the Socket.IO or Engine.IO protocols
I have no idea how to correct the version between flutter and flask-socketio.
my flask_socketio version is 5.0.1
and there are the flutter client packages i have tried:
https://pub.dev/packages/socket_io_client/versions/0.9.11
https://pub.dev/packages/flutter_socket_io
bwt, how can I check the version compatibility of flask-socketio
for example, something like this table:
Beta Was this translation helpful? Give feedback.
All reactions