You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix off-by-one error in upserts
There are two off-by-one errors in the upsert functions for message ID and
message type. UpsertMessageId should allow a value of 65535, while
UpsertType should allow 255.
Without this fix, a device sending a confirmable message to the server will
receive an ACK message back with an incorrect Message ID.
Co-authored-by: Vit Prajzler <28387418+vitprajzler@users.noreply.github.com>
0 commit comments