Skip to content

Commit

Permalink
Fix-graceful-shutdown-continue-for-panics (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Jan 13, 2025
1 parent 27d32d3 commit c3953d7
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 c3953d7

Please sign in to comment.