Why not stable websocket package in mobile app? #225
-
Hi there! Why do you use unstable version(^2.0.0-beta.4-nullsafety.0) socket_io_client for websocket? How about this? https://docs.flutter.dev/cookbook/networking/web-sockets |
Beta Was this translation helpful? Give feedback.
Answered by
alextran1502
Jun 14, 2022
Replies: 1 comment 1 reply
-
I haven't touched the WebSocket aspect for a while, I remember it was the compatibility issue for the combination of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xpwmaosldk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't touched the WebSocket aspect for a while, I remember it was the compatibility issue for the combination of
websocket
andredis
on the backend that only works with that version.