WinkMeter / flutter_socket_io

Socket IO plugin for Flutter
MIT License
49 stars 49 forks source link

connect_error #52

Open abbasihamed opened 4 years ago

abbasihamed commented 4 years ago

It is not possible when I try to connect to nodejs and it gives a coonect_error error

course: https://medium.com/flutter-community/realtime-chat-app-one-to-one-using-flutter-socket-io-node-js-acd4152c6a00

kechkibet commented 3 years ago

Try using socket.io version 2.3.0

manavmodi22 commented 3 years ago

Still doesnt work.

lukezdz commented 3 years ago

I've encountered errors (constant timeouts during initialization of connection) while trying to connect to nodejs server running socket.io version 3.1.1. Setting allowEIO3 while creating the server fixed the issue for me.

Hope it helps