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

HeartbeatRoutine: use explicit ticker #1157

Merged
merged 1 commit into from
Jan 25, 2024
Merged

HeartbeatRoutine: use explicit ticker #1157

merged 1 commit into from
Jan 25, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Jan 25, 2024

time.After(x) is same as time.NewTicker(x).C

`time.After(x)` is same as `time.NewTicker(x).C`
@serprex serprex requested a review from iskakaushik January 25, 2024 15:53
@serprex serprex merged commit ddf691a into main Jan 25, 2024
7 checks passed
@serprex serprex deleted the no-time-after branch January 25, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants