You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to establish a non clean session on my "subscriber", but it doesn't seem to work. I've verified that QoS1 is on the publisher by using mosquito_sub tools. This is how I spin up my consumer:
Hey folks,
I'm trying to establish a non clean session on my "subscriber", but it doesn't seem to work. I've verified that QoS1 is on the publisher by using
mosquito_sub
tools. This is how I spin up my consumer:If I use the above script to connect, then disconnect, the messages generated in the interim are lost.
If I use
then I get queued up messages delivered.
I also tried this with paho.mqqt.ruby, and that works fine as well.
The text was updated successfully, but these errors were encountered: