Skip to content

Commit

Permalink
Update client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSpaces authored Jan 10, 2025
1 parent 4993cbc commit 9553cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ impl Client {
// if !key.is_empty() && !token.is_empty() {
// // mainly for the security of token
// allow_err!(secure_tcp(&mut socket, key).await);
}
// }

let start = std::time::Instant::now();
let mut peer_addr = Config::get_any_listen_addr(true);
Expand Down

0 comments on commit 9553cbb

Please sign in to comment.