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
Token expiration is currently only checked on action events (like stateStateUpdate, PresenceEvent etc)
Expected result
A check of token expiration on ping events would mean the connection could be restored in 30 seconds, rather than waiting on one of the other events, which are situational and might not occur in a while.
Reproduce steps
Login with {"ttl": 5} (or similar) in the login JSON
Wait more than 30 seconds (ping event comes in), check if reconnected
Now switch a Crownstone, check if reconnected
The text was updated successfully, but these errors were encountered:
Issue
Expected result
Reproduce steps
The text was updated successfully, but these errors were encountered: