-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Channels not private.. #1238
Comments
i think you need to you |
That was the problem.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to make a uni-direccional private channel from where server can communicate with the individual clients, each client is subscribing to a specific channel to get updates of sensible information from the server (eg balance).
The issue with this approach is that anyone on the namespace can see them. Although the client is not directly subscribing to that channel, anyone can see all the messages / channels from the Socket / Resources on safari for example.
Backend:
Frontend:
The text was updated successfully, but these errors were encountered: