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
With the message above, the property section is EXACTLY 128 bytes long. If you remove 1 character from any user property, (p.ex props.UserProperty = ("timestamp", "1234567.12340")) the assertion will then be correct
The text was updated successfully, but these errors were encountered:
There is an extra byte in the payload if the length of the property section of a publish packet is greater or equal to 128
How to reproduce the error:
With the message above, the property section is EXACTLY 128 bytes long. If you remove 1 character from any user property, (p.ex
props.UserProperty = ("timestamp", "1234567.12340")
) the assertion will then be correctThe text was updated successfully, but these errors were encountered: