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
What?
Introduce a serial (always incrementing ID) to the network that would increment on every network change (e.g. peer added/removed). Why?
Support ordered network changes so that client apps could make sure they are applying recent changes avoiding unordered updates from the signal service. How?
Add serial to the Account Network incrementing it on every change.
Should be an atomic operation.
The text was updated successfully, but these errors were encountered:
What?
Introduce a serial (always incrementing ID) to the network that would increment on every network change (e.g. peer added/removed).
Why?
Support ordered network changes so that client apps could make sure they are applying recent changes avoiding unordered updates from the signal service.
How?
Add serial to the Account Network incrementing it on every change.
Should be an atomic operation.
The text was updated successfully, but these errors were encountered: