vincentdephily / mqttest

An MQTT server designed for unittesting MQTT clients.
Other
20 stars 0 forks source link

Support ExactlyOnce #17

Open tclarke opened 6 months ago

tclarke commented 6 months ago

When publishing a QOS 2 there's a panic indicating it isn't supported. This should be added.

vincentdephily commented 6 months ago

Thanks for the report, good to hear this project is still useful despite the long time since last update. May I ask if you are using it as a binary or as a Rust crate ?

I do intend to catch up with needed updates (I have some WIP to use the latest mqttrs crate) and address feature requests, but I need to allocate some time. Happy to review a PR, if you want to make one.

tclarke commented 6 months ago

I'm using it as a binary right now but I could see using the library to stand-up a test framework for future tests.