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
It seems that missed messages are not forwarded to persistent sessions on reconnect, using mosquitto_sub with options -c and -i sets with a Qos of 2 and messages published with a Qos of 2 or 1.
I have seen this behavior with mosquitto 2.0.15 and 2.0.20 in docker
with the following configuration.
It seems that missed messages are not forwarded to persistent sessions on reconnect, using mosquitto_sub with options
-c
and-i
sets with a Qos of 2 and messages published with a Qos of 2 or 1.I have seen this behavior with mosquitto 2.0.15 and 2.0.20 in docker
with the following configuration.
the compose file used to start the service
and there is the script used to test the behavior of persistent session
I need this feature for a project, may you explain what i missed to have it working ?
The text was updated successfully, but these errors were encountered: