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

peer discovery: add a timer to schedule connectivityChanged #717

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

AmnaSnene
Copy link
Contributor

Add a timer to schedule connectivityChanged with a maximum interval of one minute. If connectivityChanged is called and the node status remains unchanged (still disconnected), it will be called three more times at intervals of 10s, 20s, and 40s. If the status changes during this process, the timer will be canceled.

@aberaud aberaud merged commit 38454ea into savoirfairelinux:master Jul 16, 2024
7 checks passed
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