Open codeholic-anmol opened 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.
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.