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
This happens because the entire app state is saved on close. We shouldn't save everything in localStorage, we should only save things like configurations made by the user.
see src/store/store.ts and src/store/localStorage.ts
#63 should fix this issue, but we should test with a real ROS connection to a robot
IceSentry
changed the title
Connection status at launch is not representative actual connection
Connection status at launch is not representative of actual connection
Jul 18, 2021
I will keep this issue open because there might still some inconsistencies between the real connection status and the one shown in the UI, but right now it always starts as disconnected when opening the app since the connection status is not persisted.
IceSentry
changed the title
Connection status at launch is not representative of actual connection
Connection status is not always representative of actual connection
Sep 20, 2021
When launching the UI. The status bar shows as connected.
Connection status should reflect actual connection status.
Present in the release Electron build v2.0.0 but not on the web version.
The text was updated successfully, but these errors were encountered: