diff --git a/src/client.rs b/src/client.rs index 4e236b3..6401355 100644 --- a/src/client.rs +++ b/src/client.rs @@ -136,12 +136,12 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIE } } } - rr1 = lrx.recv() { + rr1 = lrx.recv() => { if let Ok(bytes) = rr1 { FridaLib::traceFromNative(&env, String::from_utf8_lossy(&bytes).to_string()); } } - rr2 = mx.recv() { + rr2 = mx.recv() => { if let Ok(bytes) = rr2 { let s_c = s_cipher.lock().await;