Skip to content

Commit

Permalink
Fix-graceful-shutdown-continue-for-panics
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh committed Jan 13, 2025
1 parent 27d32d3 commit 8314d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ async fn server_main(config: Config) -> eyre::Result<()> {
} else {
tracing::info!("Node {} has already started graceful shutdown.", host);
}
continue;
}

let probe_response = res
Expand Down

0 comments on commit 8314d11

Please sign in to comment.