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

Remove usage of timer.Timer in node #2441

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

timer.Timer is horrible code, I now know better. This helps to remove the abomination.

How this works

Replaces the usage of timer.Timer with the standard lib's time.Timer

How this was tested

Ran locally when connected and disconnected from the internet and verified the log worked as expected.

@StephenButtolph StephenButtolph added this to the v1.10.18 milestone Dec 7, 2023
@StephenButtolph StephenButtolph self-assigned this Dec 7, 2023
@StephenButtolph StephenButtolph added the cleanup Code quality improvement label Dec 7, 2023
@StephenButtolph StephenButtolph added this pull request to the merge queue Dec 7, 2023
Merged via the queue into dev with commit 54c1ecf Dec 7, 2023
16 checks passed
@StephenButtolph StephenButtolph deleted the remove-node-timer branch December 7, 2023 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants