Replies: 1 comment 2 replies
-
ping @guillaumemichel |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Scanned through the rust-libp2p repository, seems the
GetRecordError::QuorumFailed
never got raised ?Assuming the network only have two nodes holding the required record, and there is a network
kad::get_record
got fired withQuorum
set to3
Will there be just: a sequence of: 2 GetRecordOk + 1 FinishedWithNoAdditionalRecord events to be notified ?
If
QuorumFailed
does got used, with the same above scenario, will it be raised as a separate event, withrecords
field holding records from the two holders?will the
2 GetRecordOk
events still to be raised separately? will theFinishedWithNoAdditionalRecord
event still to be raised to mark the completion ?Beta Was this translation helpful? Give feedback.
All reactions