mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix crash on detach
This commit is contained in:
parent
1048fc6bb9
commit
b747147152
@ -234,5 +234,9 @@ impl RoutingTable {
|
||||
{
|
||||
warn!("private_route_management_task not stopped: {}", e);
|
||||
}
|
||||
log_rtab!(debug "stopping closest peers refresh task");
|
||||
if let Err(e) = self.unlocked_inner.closest_peers_refresh_task.stop().await {
|
||||
warn!("closest_peers_refresh_task not stopped: {}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user