Rohit Reddy Abbadi
Rohit Reddy Abbadi
There is an open PR #163 Feel free to review and share any inputs. I will review and land it soon.
@MusabAbid @AbdullahGaber this issue could be due to usage of incompatible sever side socket io version. Currently the package supports only v2 socket.io track v3/v4 support here: #160
@ihancock I see the support for minSDK version is changed from 16 to 21. What is the reason for increasing the min value? And if it is justifyable, we can...
@Jasper-zzq please share the logs
See if any of these issues help https://github.com/infitio/flutter_socket_io/issues/22 https://github.com/infitio/flutter_socket_io/issues/21
@idevchandra @vksBhardwaj @Danish777 @SmartNodeAutomation It could possibly be due to usage higher socket.io version on server side. Currently this package supports only v2 socket.io Please track v3/v4 support here: #160
@tanmoydas61999 we do add additional configuration when hosting socket server in AWS to allow upgrade to `socket` from `http`: https://github.com/infitio/flutter_socket_io/issues/21#issuecomment-498951158 May be something similar has to be done with heroku...
https://github.com/infitio/flutter_socket_io/pull/128 This PR should resolve your issue. Please try pointing to source branch and test with any android device
https://github.com/socketio/socket.io/releases @aslamanver can you please try upgrading to latest and check if the issue is fixed in 2.2.0 ?
Duplicate of #32