|
|
|
@ -752,6 +752,7 @@ fn main() {
|
|
|
|
|
let get_match_list_resp = tm_connection.responses.recv().unwrap();
|
|
|
|
|
|
|
|
|
|
let mut event = Event::from_match_list(*get_match_list_resp);
|
|
|
|
|
log::debug!("Initial event: {:?}", event);
|
|
|
|
|
|
|
|
|
|
while running {
|
|
|
|
|
thread::sleep(Duration::from_millis(1000));
|
|
|
|
|