Replies: 1 comment
-
Hi! You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find any clear information on the internet what the comparable function should be of the following code:
I really need something like this where I can send Data to the Server-side of the client instead of the Client-side.
Here https://newbedev.com/socket-io-emit-to-socket-id-code-example they indicate the following text:
// WARNING: socket.to(socket.id).emit() will NOT work, as it will send to everyone in the room named socket.id but the sender. Please use the classic socket.emit() instead.
Is there any alternative to this?
Beta Was this translation helpful? Give feedback.
All reactions