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:
parent
68e1ec5460
commit
b8f48243f1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue