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

[5.3] Notification gets sent out to User N times #15787

Closed
lucadegasperi opened this issue Oct 6, 2016 · 1 comment
Closed

[5.3] Notification gets sent out to User N times #15787

lucadegasperi opened this issue Oct 6, 2016 · 1 comment

Comments

@lucadegasperi
Copy link
Contributor

lucadegasperi commented Oct 6, 2016

After this PR #15681 , If I implement the ShouldQueue interface on my notifications, the notification gets sent out N times to each Notifiable object in the collection where N is the number of Notifiable objects.

Any clue what the problem might be? I'm sending the notification by calling the Notification::send() facade.

If I cycle through the Notifiable objects one by one and call the notify() method, the correct number of notifications gets sent out.

@themsaid
Copy link
Member

themsaid commented Oct 7, 2016

Thank you for the fix: #15789

@themsaid themsaid closed this as completed Oct 7, 2016
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