Skip to content

Commit

Permalink
Update rendezvous_mediator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Feb 3, 2024
1 parent 09adf83 commit 0244982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendezvous_mediator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl RendezvousMediator {
let mut latency = last_register_sent
.map(|x| x.elapsed().as_micros() as i64)
.unwrap_or(0);
// last_register_sent = None;
last_register_sent = None;
if latency < 0 || latency > 1_000_000 {
return;
}
Expand Down

0 comments on commit 0244982

Please sign in to comment.