Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HeartbeatRoutine: use explicit ticker
`time.After(x)` is same as `time.NewTicker(x).C`
- Loading branch information