Skip to content

Commit 03e729b

Browse files
committed
Wait for relay
1 parent 3dc1c8b commit 03e729b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/connection_pool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ mod tests {
580580
.alpns(vec![ECHO_ALPN.to_vec()])
581581
.bind()
582582
.await?;
583+
endpoint.home_relay().initialized().await;
583584
let addr = endpoint.node_addr().initialized().await;
584585
let router = iroh::protocol::Router::builder(endpoint)
585586
.accept(ECHO_ALPN, Echo)

0 commit comments

Comments
 (0)