Skip to content

Conversation

Rijoanul-Shanto
Copy link
Contributor

@Rijoanul-Shanto Rijoanul-Shanto commented Feb 5, 2024

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 AblyBroadcaster. Hence, the PR.

@Rijoanul-Shanto Rijoanul-Shanto changed the title Added setAbly() method for AblyBroadcaster [10.x] Added setAbly() method for AblyBroadcaster Feb 7, 2024
@Rijoanul-Shanto Rijoanul-Shanto changed the title [10.x] Added setAbly() method for AblyBroadcaster [10.x] Added setAbly() method for AblyBroadcaster Feb 7, 2024
@taylorotwell taylorotwell merged commit b474a36 into laravel:10.x Feb 8, 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.

2 participants