-
Notifications
You must be signed in to change notification settings - Fork 182
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
Event still broadcasts to Current User #7
Comments
@pfeiferchristopher not much is documented yet, but hopefully this helps:
|
@tlaverdure thanks for your reply! I did see that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So even though I've added
$this->dontBroadcastToCurrentUser();
in the constructor of all my broadcasted events that I don't want to duplicate. It is still going out to the current user showing duplicates. It seems as thoughsocket_id
is being properly set to the session, as well as being sent out with the events.Not sure if it's because of this or not, but during the Laravel Echo demo on Laracasts it was mentioned and showed that Echo does a
/broadcasting/auth
API call which is not occuring with my current setup. Is that only for private channels?Oh and real quick within BroadcastServiceProvider I keep getting method "channel" not found. This is the error:
Of course I appreciate any help, I know this all pre-release.
The text was updated successfully, but these errors were encountered: