Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: heartbeat task&peer lookup in proc #4179

Merged
merged 11 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
refactor: remove useless reset
  • Loading branch information
discord9 committed Jun 24, 2024
commit 8bd6d3cbffb37d312b8341f67629de7c590d7848
1 change: 0 additions & 1 deletion src/flow/src/heartbeat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ impl HeartbeatTask {
}
}
_ = interval.tick() => {
interval.reset();
let req = HeartbeatRequest {
peer: self_peer.clone(),
..Default::default()
Expand Down