added thread_closing message

This commit is contained in:
Nickiel12 2021-12-31 10:42:18 -08:00
parent a8fae93858
commit ba59e749d7

View file

@ -40,6 +40,7 @@ impl Socket {
}
thread::sleep(Duration::from_millis(100));
}
println!("closed socket loop");
has_closed_tx.set(true);
drop(listener);
});