modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
2107e04155
commit
a67b227d8c
@ -120,8 +120,8 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIE
|
||||
let s_cipher = cipher_shared.clone();
|
||||
loop {
|
||||
if close_token.is_cancelled() {
|
||||
sock_read_task.abort();
|
||||
dev_read_task.abort();
|
||||
//sock_read_task.abort();
|
||||
//dev_read_task.abort();
|
||||
return;
|
||||
}
|
||||
if let Ok(bytes) = rx.try_recv() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user