-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cluster): catch publish errors
Note: the current API does not currently allow the user to handle those errors (and retry, for example). This might be worth investigating for the next major version, maybe something like: ```js try { await io.emit("hello"); } catch (e) { // something went wrong } ```
- Loading branch information
1 parent
1011ab3
commit f09a1c3
Showing
1 changed file
with
18 additions
and
4 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