Replies: 1 comment
-
We would be interested @seam345 . Infact, we are writing tests here. Not complete though. There's also a new version of broker coming soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To learn MQTT spec and better myself at rust tests I have been converting the MQTT spec to rust integration tests https://gitlab.com/seam345/learning-mqtt
In doing so I have started to come across some cases where RUMQTTD appears to fail the spec (currently [MQTT-3.1.2-3] in Version 3.1.1) failed cargo test https://gitlab.com/seam345/learning-mqtt/-/jobs/2980022830 test code https://gitlab.com/seam345/learning-mqtt/-/blob/352172c00c6c02a2642e185181ae00c13874e501/tests/connect_packet.rs#L328.
Opened as a discussion instead of PR for a few reasons:
Beta Was this translation helpful? Give feedback.
All reactions