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

[9.x] Fix too many channels with pusher broadcasting #42287

Merged
merged 1 commit into from
May 6, 2022

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented May 6, 2022

This PR fixes an issue with the Pusher channel so it sends the events in batches of 100 as Pusher will not allow more than that amount of channels.

I didn't sent this in to 8.x because the pusher implementation is different there and didn't want to introduce merge conflicts.

See https://pusher.com/docs/channels/server_api/http-api/#publishing-events

Fixes #42269

@L3o-pold
Copy link

L3o-pold commented May 12, 2022

Using custom pusher server, there is no such limitation.

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

Successfully merging this pull request may close these issues.

PusherBroadcaster max channels per call limit
3 participants