modified: src/client.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4b6215a6dc
commit
73c8a6eb44
@ -25,7 +25,7 @@ use robusta_jni::jni::JNIEnv;
|
||||
use crate::jni::FridaLib;
|
||||
|
||||
pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIEnv<'_>, close_token: CancellationToken) {
|
||||
let (ltx, lrx) = unbounded::<Vec<u8>>();
|
||||
let (ltx, lrx) = mpsc::unbounded_channel::<Vec<u8>>();
|
||||
ltx.send("Starting client...".as_bytes().to_vec());
|
||||
|
||||
let sock = UdpSocket::bind("0.0.0.0:25565").await.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user