From b8f48243f127b80025e26e33d2ccb26255d21531 Mon Sep 17 00:00:00 2001 From: Dangrain Date: Thu, 13 Feb 2025 22:00:28 +0100 Subject: [PATCH] Fixes fixes fixes!! I fixed the main issue we've been having, but I still can't receive the data by listening to port 4000 on the server. I'll try writing a simple server for It. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f453371..c9dab84 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ impl MyApp { loop { println!("Send help send help send help Yasmina's holding me hostageeeeee"); thread::sleep(Duration::from_secs(1)); - network(); + //network(); // let tx = network(); let current_score = { let guard = score_arc.lock().unwrap();