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
Use fixed MQTT ID
This is the correct fix instead of the randomness introducted in
f1d44fb. The "Clean Session" flag tells the MQTT server that we
are a new client and don't wish to inherit any state. This is an
explicit statement of intention, and more clearly communicates what we
expect to happen to any stale dataflows.