-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configurable retry mechanism to broadcast interface (#901)
Implement a new BroadcastOptions interface to allow for automatic retries on network failures during broadcasts. This enhancement improves resilience against temporary network issues, ensuring more reliable message delivery. The maxRetries option allows users to control retry behavior, with a default of 0 (no retries). Only network errors trigger retries; other errors, such as unserializable payloads, will not initiate retry attempts.
- Loading branch information
1 parent
4d5416f
commit 9bf42e4
Showing
3 changed files
with
261 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.