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] Only throws BroadcastException on all drivers #38862

Merged
merged 2 commits into from
Sep 20, 2021
Merged

[9.x] Only throws BroadcastException on all drivers #38862

merged 2 commits into from
Sep 20, 2021

Conversation

xiCO2k
Copy link
Contributor

@xiCO2k xiCO2k commented Sep 18, 2021

Based on what is done in the PusherBroadcaster this PR makes Redis and Ably also return BroadcastException as well.

This is a continuation from my previous pull request #38860.

Thanks for reviewing it.

$this->ably->channels->get($channel)->publish($event, $payload);
}
} catch (AblyException $e) {
throw new BrodcastException(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exception is misspelt and missing an import

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@taylorotwell taylorotwell merged commit fcdd3a5 into laravel:master Sep 20, 2021
@xiCO2k
Copy link
Contributor Author

xiCO2k commented Sep 20, 2021

Thanks for the merge

@xiCO2k xiCO2k deleted the only-throws-broadcast-exception branch September 20, 2021 16:16
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.

None yet

3 participants