catch more errors

This commit is contained in:
John Smith
2021-12-09 16:11:52 -05:00
parent ea8ffea1c9
commit 73104a81aa
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ impl VeilidCore {
// stop the node gracefully because the veilid api was dropped
pub(crate) async fn shutdown(self) {
let mut inner = self.inner.lock();
Self::internal_shutdown(&mut *inner);
Self::internal_shutdown(&mut *inner).await;
}
//