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

Private Rooms #23

Closed
mohandeep2002 opened this issue Jul 25, 2022 · 3 comments
Closed

Private Rooms #23

mohandeep2002 opened this issue Jul 25, 2022 · 3 comments

Comments

@mohandeep2002
Copy link

socket.to(room).emit("event","message") cant send the data to the Unity Client

@itisnajim
Copy link
Owner

try this instead
io.in(room).emit("event","message")

@mohandeep2002
Copy link
Author

Yes Thank you Its working fine now.

@mohandeep2002
Copy link
Author

When I deploy my server into Heroku, it is not connecting with the Unity Client.
How to resolve this

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