-
Notifications
You must be signed in to change notification settings - Fork 0
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
Broadcasting #4
Comments
A few ideas about expected behavior. If a broadcast was being made, but some of the channels threw an exception should we:
|
I vote for 3 |
Option 3 for me, providing there is a way to recover from sending the message infinitely because a channel keeps failing, I guess the assumption would be that they should go non-operational if they keep failing? |
@danielcirket Read this. I'm not a fan of second guessing the channels. As from the sender's point of view they are just exceptions with no context, from the channel's point of view they might be transient errors that are recoverable |
Would be nice to have the ability to send a message to all subscribed channels, based on the message type.
The text was updated successfully, but these errors were encountered: