flutter_socket_io icon indicating copy to clipboard operation
flutter_socket_io copied to clipboard

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

Open codeholic-anmol opened this issue 3 years ago • 1 comments

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.

codeholic-anmol avatar Mar 10 '21 08:03 codeholic-anmol

@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.

tiholic avatar Apr 06 '21 10:04 tiholic