Skip to content

Commit

Permalink
refactor: move handlers to lib/handlers (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Jul 18, 2023
1 parent 79b23a8 commit 8382a32
Show file tree
Hide file tree
Showing 13 changed files with 898 additions and 896 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ The arguments are:
- `resubscribe` : if connection is broken and reconnects,
subscribed topics are automatically subscribed again (default `true`)
- `messageIdProvider`: custom messageId provider. when `new UniqueMessageIdProvider()` is set, then non conflict messageId is provided.
- `log`: custom log function. Default uses [debug](https://www.npmjs.com/package/debug) package.

In case mqtts (mqtt over tls) is required, the `options` object is
passed through to
Expand Down
Loading

0 comments on commit 8382a32

Please sign in to comment.