Skip to content

Commit 11a1b7d

Browse files
committed
identify: Do not exit on pending outbound event
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent 9bf6790 commit 11a1b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/libp2p/identify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ impl Identify {
394394
.await;
395395
}
396396
Some(Err(error)) => tracing::debug!(target: LOG_TARGET, ?error, "failed to read ipfs identify response"),
397-
None => return,
397+
_ => {}
398398
}
399399
}
400400
}

0 commit comments

Comments
 (0)