Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
codeholic-anmol opened this issue Mar 10, 2021 · 1 comment
Open

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

codeholic-anmol opened this issue Mar 10, 2021 · 1 comment
Assignees

Comments

@codeholic-anmol
Copy link

codeholic-anmol commented Mar 10, 2021

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 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 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
@tiholic
Copy link
Contributor

tiholic commented Apr 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants