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
2 peers, Alice, Bob. Bob has a share policy of false.
Alice tries to find a document which neither of them has. It isn't available, so that gets marked as unavailable on both peers.
Bob now gets that document, but their share policy means that it doesn't get shared immediately with Alice.
If Alice tries to find the document again, there will be an immediate unavailable event fired, but at the same time it will sync it from Bob and then the document will resolve.
My question is, should we remove the immediate unavailable event until another sync attempt has been made?
The text was updated successfully, but these errors were encountered:
Consider the following:
unavailable
on both peers.find
the document again, there will be an immediateunavailable
event fired, but at the same time it will sync it from Bob and then the document will resolve.My question is, should we remove the immediate
unavailable
event until another sync attempt has been made?The text was updated successfully, but these errors were encountered: