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.
This commit is contained in:
Dangrain 2025-02-13 22:00:28 +01:00 committed by GitHub
parent 68e1ec5460
commit b8f48243f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ impl MyApp {
loop { loop {
println!("Send help send help send help Yasmina's holding me hostageeeeee"); println!("Send help send help send help Yasmina's holding me hostageeeeee");
thread::sleep(Duration::from_secs(1)); thread::sleep(Duration::from_secs(1));
network(); //network();
// let tx = network(); // let tx = network();
let current_score = { let current_score = {
let guard = score_arc.lock().unwrap(); let guard = score_arc.lock().unwrap();