mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-22 14:04:51 -04:00
more race condition cleanup
This commit is contained in:
parent
fe971fead2
commit
1fa44d62bc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue