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

Added setAbly() method for AblyBroadcaster #49980

Closed
wants to merge 1 commit into from

Conversation

Rijoanul-Shanto
Copy link
Contributor

Recently, I encountered an issue with multiple WebSocket connections using the Pusher driver. The problem arose because the broadcasting manager is registered as a singleton during the application boot. In my multitenant application, I needed these connections to be dynamic. The PusherBroadcaster has a setPusher() method, which helped to resolve the scenario. However, when working with the Ably driver, I faced the same issue because there was no corresponding setter method for Ably. Hence, the PR.

Copy link

github-actions bot commented Feb 5, 2024

Thanks for submitting a PR!

In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the relevant GitHub documentation. Additionally, GitHub doesn't allow maintainer permissions from organization accounts. Please resubmit this PR from a personal GitHub account with maintainer permissions enabled.

@github-actions github-actions bot closed this Feb 5, 2024
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.

1 participant