mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
more race condition cleanup
This commit is contained in:
parent
fe971fead2
commit
1fa44d62bc
@ -910,6 +910,8 @@ impl Network {
|
||||
pub async fn shutdown(&self) {
|
||||
log_net!(debug "starting low level network shutdown");
|
||||
|
||||
self.inner.lock().network_started = None;
|
||||
|
||||
let routing_table = self.routing_table();
|
||||
|
||||
// Stop all tasks
|
||||
|
Loading…
Reference in New Issue
Block a user