vincentdephily / mqttest

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

Drop()ing the Mqttest struct should kill the connections and stop the server #10

Closed vincentdephily closed 4 years ago

vincentdephily commented 4 years ago

This probably just needs an impl Drop for Mqttest which sends a Command::Stop. There's a unittest already written.