Replies: 2 comments
-
I'm sorry, but I cannot answer questions or offer support for the flutter client. I track compatibility against the official JavaScript library, which is the reference implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, Thanks for reply. I finally found the versions working perfectly together: Server : python-socketio 4.6.0 Flutter Client socket_io_client: 1.0.2 Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Flask-SocketIO server (version 5) working fine with Python clients but can't connect with Flutter socketio_client.
According to many posts, it version issues. I downgrade Flask-SocketIO to 4.3.1 and I can connect but Server can't send message to client and I know it's still version problem.
Please here is my inquiries :
Thanks for helping please.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions