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
The line with the online event reconnects the gun and the heartbeat allows the reconnected client to receive the missed "on" events.
However, the put events that happened in the offline client never get synced (even if these were the only events in the network). In this state the graphs are not consistent, and I could not find a way to explicitly check the sync status/diff or force the sync in this direction.
The text was updated successfully, but these errors were encountered:
Code to recreate - based on basic/note example:
The line with the online event reconnects the gun and the heartbeat allows the reconnected client to receive the missed "on" events.
However, the put events that happened in the offline client never get synced (even if these were the only events in the network). In this state the graphs are not consistent, and I could not find a way to explicitly check the sync status/diff or force the sync in this direction.
The text was updated successfully, but these errors were encountered: