Skip to content

Commit 8949983

Browse files
committed
test: should_not_reserve_socket_if_connect_time_out
1 parent 758602d commit 8949983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/socketioxide/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ impl<A: Adapter> Client<A> {
115115

116116
//just add latency to connect for test purpose
117117
#[cfg(feature = "__test_harness")]
118+
#[allow(unused)]
118119
fn sock_connect_for_test(
119120
self: &Arc<Self>,
120121
auth: Option<Value>,

0 commit comments

Comments
 (0)