fixed builds of other binaries
This commit is contained in:
committed by
Jon Häggblad
parent
67701290d3
commit
3f504d7500
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user