-
For some reason when I tell a socket to send like socket.broadcast.to doesn't make a difference. |
Beta Was this translation helpful? Give feedback.
Answered by
Zeilar
Oct 25, 2021
Replies: 1 comment
-
Figured it out, problem was that I made every socket leave their default private room, like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zeilar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out, problem was that I made every socket leave their default private room, like
socket.leave(socket.id)
, which apparently caused bugs like this to occur.