You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
codeholic-anmol
changed the title
not working in socket.on but working on socket.broadcast
not working in socket.tobut working on socket.broadcast
Mar 10, 2021
codeholic-anmol
changed the title
not working in socket.tobut working on socket.broadcast
not working in socket.to but working on socket.broadcast
Mar 10, 2021
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.
The text was updated successfully, but these errors were encountered: