AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Fix tests and be a bit lighter on mosquitto for stress tests #93

Closed denvera closed 6 years ago

denvera commented 6 years ago

Just updated the test hosts to localhost so they use the local mosquitto broker. Changed the behaviour of disconnect to still reconnect as the tests expect, when dont_reconnect = false. Figured shutdown would be used to completely stop the client.

tekjar commented 6 years ago

Thanks again :)