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
this is not working unfortunately results in an error:
called `Result::unwrap()` on an `Err` value: Backtrack(ContextError { context: PhantomData<winnow::error::StrContext> })
thread 'v5::packets::disconnect::test::test_disconnect_packet' panicked at mqtt-format/src/v5/packets/disconnect.rs:144:55:
called `Result::unwrap()` on an `Err` value: Backtrack(ContextError { context: PhantomData<winnow::error::StrContext> })
stack backtrace:
The disconnect packet seems to be a special case.
In the standard there is written:
The Client or Server sending the DISCONNECT packet MUST use one of the DISCONNECT Reason Code values [MQTT-3.14.2-1]. The Reason Code and Property Length can be omitted if the Reason Code is 0x00 (Normal disconnecton) and there are no Properties. In this case the DISCONNECT has a Remaining Length of 0.
PR incoming...
The text was updated successfully, but these errors were encountered:
If using this command to publish a message the parser fails parsing the disconnect packet:
mosquitto_pub -h 192.168.178.101 -t /test -m "mylittlemessage" -V mqttv5
this is not working unfortunately results in an error:
The disconnect packet seems to be a special case.
In the standard there is written:
PR incoming...
The text was updated successfully, but these errors were encountered: