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 am having trouble using the clean_session=false .
For example, when a subscriber (clean_session=false) subscribes to a topic (QoS1), after it goes offline for some reason.
Another publisher publishes information to the topic (QoS1).
Then after the subscriber reconnects, it should be able to receive the previously published information.
But in fact the subscriber does not receive the information, and seems to have lost the previous subscription information.
The text was updated successfully, but these errors were encountered:
I am having trouble using the clean_session=false .
For example, when a subscriber (clean_session=false) subscribes to a topic (QoS1), after it goes offline for some reason.
Another publisher publishes information to the topic (QoS1).
Then after the subscriber reconnects, it should be able to receive the previously published information.
But in fact the subscriber does not receive the information, and seems to have lost the previous subscription information.
The text was updated successfully, but these errors were encountered: