Skip to content

Commit e0c9b9d

Browse files
authored
test(quic): avoid shutting down early (#818)
1 parent f2ef0eb commit e0c9b9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compio-quic/tests/control.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ async fn ip_blocking() {
5454
.await
5555
.unwrap();
5656

57-
client2.shutdown().await.unwrap();
58-
client1.shutdown().await.unwrap();
59-
6057
shutdown_handle.notify();
6158

6259
srv.await.unwrap();
60+
61+
client2.shutdown().await.unwrap();
62+
client1.shutdown().await.unwrap();
6363
}
6464

6565
#[compio_macros::test]

0 commit comments

Comments
 (0)