-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At least on the web, emitting an error on fast will stop processing. Unless there is an error event listener on it but adding error listener on all "plugins" is a bit cumbersome. So let's always emit errors on entity instead.
- Loading branch information
Showing
2 changed files
with
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ function client(options = {}) { | |
|
||
const fast = _fast({ | ||
sasl2, | ||
entity, | ||
}); | ||
sasl2.setup({ fast }); | ||
|
||
|