modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good

This commit is contained in:
Michael Wain 2024-10-12 05:16:41 +03:00
parent 2107e04155
commit a67b227d8c

View File

@ -120,8 +120,8 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIE
let s_cipher = cipher_shared.clone(); let s_cipher = cipher_shared.clone();
loop { loop {
if close_token.is_cancelled() { if close_token.is_cancelled() {
sock_read_task.abort(); //sock_read_task.abort();
dev_read_task.abort(); //dev_read_task.abort();
return; return;
} }
if let Ok(bytes) = rx.try_recv() { if let Ok(bytes) = rx.try_recv() {