debug message
This commit is contained in:
parent
b974bc5b59
commit
625014bcfd
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,10 @@ use crate::modules::stream_states::state_update::StateUpdate;
|
||||||
mod tests;
|
mod tests;
|
||||||
mod modules;
|
mod modules;
|
||||||
|
|
||||||
|
#[cfg(target_os = "windows")]
|
||||||
|
const SERVER_ADDRESS: &str = "10.0.0.114:5000";
|
||||||
|
|
||||||
|
#[cfg(release)]
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
const SERVER_ADDRESS: &str = "10.0.0.209:5000";
|
const SERVER_ADDRESS: &str = "10.0.0.209:5000";
|
||||||
|
|
||||||
|
@ -54,6 +57,7 @@ fn main() {
|
||||||
handle_instructions(tick_update, &mut state, &socket, &hotkeys);
|
handle_instructions(tick_update, &mut state, &socket, &hotkeys);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("closing main thread");
|
||||||
socket.close();
|
socket.close();
|
||||||
hotkey_handle.join().unwrap();
|
hotkey_handle.join().unwrap();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue