infitio / flutter_socket_io

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

not working in socket.to but working on socket.broadcast #156

Open codeholic-anmol opened 3 years ago

codeholic-anmol commented 3 years ago

Describe the bug when we used socket.broadcast function on node.js backend and it doesn't received my messages from Flutter App which has installed residual socket.io flutter packages .

Such that we are not able to make peer to peer massaging app using Flutter app and node.js as backend.

tiholic commented 3 years ago

@codeholic-anmol

I believe that issue could be because of your server side socket version. This plugin doesn't support Socket.IO V3/V4 yet. If you are using these versions on server side, you may choose to downgrade.