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
whether by websockets or by http polling or long polling or some combination - this will be needed in order to implement true multi-node behavior. For example, for the sign-in app, clients sync whenever the user taps any button, because there is plenty of time to do so because user interaction is normally slow enough and it's not urgent to see the synced data. By contrast, here, the latest data needs to be shown - and alerts raised - with no user interaction required to trigger the sync.
The text was updated successfully, but these errors were encountered:
whether by websockets or by http polling or long polling or some combination - this will be needed in order to implement true multi-node behavior. For example, for the sign-in app, clients sync whenever the user taps any button, because there is plenty of time to do so because user interaction is normally slow enough and it's not urgent to see the synced data. By contrast, here, the latest data needs to be shown - and alerts raised - with no user interaction required to trigger the sync.
The text was updated successfully, but these errors were encountered: