We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ef0eb commit e0c9b9dCopy full SHA for e0c9b9d
1 file changed
compio-quic/tests/control.rs
@@ -54,12 +54,12 @@ async fn ip_blocking() {
54
.await
55
.unwrap();
56
57
- client2.shutdown().await.unwrap();
58
- client1.shutdown().await.unwrap();
59
-
60
shutdown_handle.notify();
61
62
srv.await.unwrap();
+
+ client2.shutdown().await.unwrap();
+ client1.shutdown().await.unwrap();
63
}
64
65
#[compio_macros::test]
0 commit comments