Skip to content

Commit d8be59e

Browse files
author
Yoseph Maguire
authored
Merge pull request mqttjs#1243 from redboltz/add_unconflict_message_id_allocation
Add unconflict message id allocation
2 parents 5c78cc5 + 3907b67 commit d8be59e

17 files changed

+651
-164
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ the `connect` event. Typically a `net.Socket`.
322322
urls which upon reconnect can have become expired.
323323
* `resubscribe` : if connection is broken and reconnects,
324324
subscribed topics are automatically subscribed again (default `true`)
325+
* `messageIdProvider`: custom messageId provider. when `new UniqueMessageIdProvider()` is set, then non conflict messageId is provided.
325326

326327
In case mqtts (mqtt over tls) is required, the `options` object is
327328
passed through to

0 commit comments

Comments
 (0)