Skip to content

Commit

Permalink
Merge pull request mqttjs#1243 from redboltz/add_unconflict_message_i…
Browse files Browse the repository at this point in the history
…d_allocation

Add unconflict message id allocation
  • Loading branch information
Yoseph Maguire authored Jun 24, 2021
2 parents 5c78cc5 + 3907b67 commit d8be59e
Show file tree
Hide file tree
Showing 17 changed files with 651 additions and 164 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ the `connect` event. Typically a `net.Socket`.
urls which upon reconnect can have become expired.
* `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.

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

0 comments on commit d8be59e

Please sign in to comment.