Skip to content

Conversation

@rennokki
Copy link
Contributor

For a quick change, it seems like it would have been much easier to access the underlying Pusher or Ably drivers by calling the Broadcasting directly with the given configuration:

$pusher = Broadcast::pusher(config('broadcasting.connections.pusher'));

$pusher->get_channel_info(...);

Not sure how to work around the config parameter better, but it should do the job in initializing the SDK instead of manually creating one.

@taylorotwell taylorotwell merged commit b000089 into laravel:9.x Jan 31, 2022
@rennokki rennokki deleted the feature/expose-pusher branch June 2, 2022 15:24
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