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
37012d037a
commit
b2519a7b2a
@ -136,8 +136,8 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, close_toke
|
|||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = close_token.cancelled() => {
|
_ = close_token.cancelled() => {
|
||||||
info!("Cancellation token has been thrown");
|
info!("Cancellation token has been thrown");
|
||||||
dev_read_task.join();
|
dev_read_task.await;
|
||||||
sock_read_task.join();
|
sock_read_task.await;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
rr = rx.recv() => {
|
rr = rx.recv() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user