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, if the client app terminates and restarts, we enter the Synchro app from the top (requesting app definition, then navigating to the package "main").
We have enough server-side state that the client could attempt instead to resync to where it left off.
Essentially, on startup you would be saying "hey, it's me, where am I?" (where me == sessionId). If you don't have any synchro app state, you'd get sent "main" as now, else we'd generate a resync on the server and you'd get the page/state where you were last.
Ponder.
The text was updated successfully, but these errors were encountered:
Currently, if the client app terminates and restarts, we enter the Synchro app from the top (requesting app definition, then navigating to the package "main").
We have enough server-side state that the client could attempt instead to resync to where it left off.
Essentially, on startup you would be saying "hey, it's me, where am I?" (where me == sessionId). If you don't have any synchro app state, you'd get sent "main" as now, else we'd generate a resync on the server and you'd get the page/state where you were last.
Ponder.
The text was updated successfully, but these errors were encountered: