modified: src/client.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

This commit is contained in:
Michael Wain 2024-10-13 20:19:33 +03:00
parent 774fbaee5c
commit 37012d037a

View File

@ -136,6 +136,8 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, close_toke
tokio::select! {
_ = close_token.cancelled() => {
info!("Cancellation token has been thrown");
dev_read_task.join();
sock_read_task.join();
return;
}
rr = rx.recv() => {