fix(discovery): fix hanging if some peers don't respond
Compare changes
Files
5+ 62
− 52
@@ -53,7 +55,6 @@ pub type Response = State;
@@ -65,7 +66,6 @@ impl Discovery {
@@ -99,20 +99,18 @@ impl Discovery {
@@ -139,30 +137,23 @@ impl Discovery {
@@ -177,21 +168,27 @@ pub fn init_global(peers: impl IntoIterator<Item = impl Into<Address>>) {
@@ -225,7 +222,7 @@ fn proc_discover<'a>(
@@ -238,34 +235,47 @@ mod tests {