Skip to content

Commit

Permalink
updated nym serve
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Jun 5, 2024
1 parent 5ee32c5 commit d3f7ae3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion zingo-proxyd/src/bin/zingoproxyd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async fn main() {
.await;

let mut interval = tokio::time::interval(tokio::time::Duration::from_millis(500));

while online.load(Ordering::SeqCst) {
interval.tick().await;
}
Expand Down
1 change: 1 addition & 0 deletions zingo-proxyd/src/nym_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ impl NymServer {
.await
.unwrap();
}
println!("Nym server shutting down.");
Ok(())
})
}
Expand Down

0 comments on commit d3f7ae3

Please sign in to comment.