flutter_socket_io
flutter_socket_io copied to clipboard
not working in socket.to but working on socket.broadcast
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
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.