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
It seems that the QoS level in PUBLISH packets is currently hardcoded to 0, which creates a minor mismatch with the MQTT protocol (specifically section 3.3.2.2). According to the spec, the Packet Identifier field should only be present if the QoS level is 1 or 2. Because of this, there’s a small artifact in the message.
Hi!
It seems that the QoS level in PUBLISH packets is currently hardcoded to 0, which creates a minor mismatch with the MQTT protocol (specifically section 3.3.2.2). According to the spec, the Packet Identifier field should only be present if the QoS level is 1 or 2. Because of this, there’s a small artifact in the message.
tinymqtt/src/lib.rs
Line 74 in f57d8c8
The text was updated successfully, but these errors were encountered: