storage manager background tasks

This commit is contained in:
John Smith
2023-04-23 21:40:53 -04:00
parent 31edb8c059
commit 62615ad657
8 changed files with 113 additions and 12 deletions
+2 -2
View File
@@ -219,7 +219,7 @@ impl NetworkManager {
)),
};
this.start_tasks();
this.setup_tasks();
this
}
@@ -379,7 +379,7 @@ impl NetworkManager {
debug!("starting network manager shutdown");
// Cancel all tasks
self.stop_tasks().await;
self.cancel_tasks().await;
// Shutdown network components if they started up
debug!("shutting down network components");