added thread_closing message
This commit is contained in:
parent
a8fae93858
commit
ba59e749d7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ impl Socket {
|
|||
}
|
||||
thread::sleep(Duration::from_millis(100));
|
||||
}
|
||||
println!("closed socket loop");
|
||||
has_closed_tx.set(true);
|
||||
drop(listener);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue