Skip to content

Conversation

@xiCO2k
Copy link
Member

@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.

@xiCO2k xiCO2k changed the base branch from 8.x to master September 18, 2021 18:52
$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
Member 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
Member 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.

3 participants