fixed builds of other binaries

This commit is contained in:
Jędrzej Stuczyński
2023-12-18 19:08:39 +00:00
committed by Jon Häggblad
parent 67701290d3
commit 3f504d7500
8 changed files with 10 additions and 6 deletions
+3 -1
View File
@@ -388,7 +388,9 @@ impl<St> Gateway<St> {
))
}
async fn wait_for_interrupt(shutdown: TaskManager) -> Result<(), Box<dyn Error + Send + Sync>> {
async fn wait_for_interrupt(
mut shutdown: TaskManager,
) -> Result<(), Box<dyn Error + Send + Sync>> {
let res = shutdown.catch_interrupt().await;
log::info!("Stopping nym gateway");
res