We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc1c8b commit 03e729bCopy full SHA for 03e729b
src/util/connection_pool.rs
@@ -580,6 +580,7 @@ mod tests {
580
.alpns(vec![ECHO_ALPN.to_vec()])
581
.bind()
582
.await?;
583
+ endpoint.home_relay().initialized().await;
584
let addr = endpoint.node_addr().initialized().await;
585
let router = iroh::protocol::Router::builder(endpoint)
586
.accept(ECHO_ALPN, Echo)
0 commit comments