-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: suback Error Codes Handling (#1887)
* add error handling for failed suback requests * define err default value, remove redudant cb invocation * add test case for suback errors * add unittest serverClient connect handler and error validation * add auto-lint docs, plus run auto lint fix * Update test/abstract_client.ts Co-authored-by: Daniel Lando <[email protected]> * increase unit test timeout * Revert "increase unit test timeout" This reverts commit d648ee1. * fix: correct test * style: fix lint issues and move test to client_mqtt5.ts --------- Co-authored-by: Daniel Lando <[email protected]>
- Loading branch information
1 parent
f9565fd
commit 2a98e5e
Showing
4 changed files
with
51 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
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