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 original sync implementation included a check to avoid unnecessarily pulling a record that was already present on the local DWN after a sync push operation (aka echo after push).
An additional check should be implemented to avoid unnecessarily pushing a record to a remote DWN that it was pulled from (aka echo after pull).
The text was updated successfully, but these errors were encountered:
The original sync implementation included a check to avoid unnecessarily pulling a record that was already present on the local DWN after a sync push operation (aka echo after push).
An additional check should be implemented to avoid unnecessarily pushing a record to a remote DWN that it was pulled from (aka echo after pull).
The text was updated successfully, but these errors were encountered: