thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
3.1k stars 295 forks source link

Always connects with clean=true, even if there are subscriptions with qos > 0 #420

Open shaunco opened 4 years ago

shaunco commented 4 years ago

First off, awesome work!

It is fantastic that we can now set per-subscription qos values in the 0.4.0-beta1, however, MQTT Explorer always seems to connect with cleanSession=true, which resets any prior session for the client ID on the server and makes the qos=1 value act the same as qos=2.

Any chance you can expose a toggle that switches between cleanSession=true and cleanSession=false?

shaunco commented 4 years ago

Might be a dupe of #220