infitio / flutter_socket_io

Socket IO supprt for flutter. Looking for contributors Swift and Java.
Other
191 stars 113 forks source link

Socket triggered::connect_error #158

Closed AbdullahGaber closed 3 years ago

AbdullahGaber commented 3 years ago

when i try connecting to socket the connect_error triggered and throw the following exception:

D/Adhara:Socket( 8723): Socket triggered::connect_error 2 I/flutter ( 8723): connect error io.socket.engineio.client.EngineIOException: websocket error

I also added add android:useCleartextTraffic="true" inside the application tag of AndroidManifest.xml and internet permission . and checked the port and domain ..

tiholic commented 3 years ago

@AbdullahGaber can you confirm if this issue was due to incompatible socket versions? Server should be using V2 sockets for this package to work.