Skip to content

Commit

Permalink
Merge 7440fe6 into c0d5bd5
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 11, 2019
2 parents c0d5bd5 + 7440fe6 commit 7c63d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qos-packet.js
Expand Up @@ -11,7 +11,7 @@ function QoSPacket (original, client) {
if (!original.messageId) {
this.messageId = client._nextId
if (client._nextId === 65535) {
client._nextId = 0
client._nextId = 1
} else {
client._nextId++
}
Expand Down

0 comments on commit 7c63d51

Please sign in to comment.