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
Currently when MQTT connection fails, because the device is unreachable, or VRM token expires, retry is made every couple seconds essentially spamming the log. This is not necessary, implement an exponential backoff.