Does this work with private channels? #72
Unanswered
IAlphaOmegaI
asked this question in
Q&A
Replies: 1 comment
-
Hi @IAlphaOmegaI 👋 If understand you correctly, you are trying to use Reverb with Wave simultaneously, which is unsupported in Laravel broadcasting system. If you want to broadcast user notifications, you can just install Wave an implement listening notifications from Laravel docs. |
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
-
Im trying to set a channel for each users to get notifications from in the form of user.{id}
Im also using reverb for socket connections which works great on it's own
but trying to call /broadcasting/auth on Wave client in the front-end app doesn't work as it expects Pusher's socket.id?
If I provide a custom auth endpoint than I don't know how to control if this user can join this sse channel as anything related to using Broadcasting will throw due to Pusher (from reverb) socket.id missing, what can I do?
Beta Was this translation helpful? Give feedback.
All reactions