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

More network_loop() exception handling and fix for sleep_delay. #3718

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 14, 2022

  1. Handle all the types of expected error and retry connection.

    Correct sleep_delay logic to make it back off exponentially.
    Add small random jitter to sleep_delay so reconnects don't
    all happen at the same time when SPV goes down.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    93f85d0 View commit details
    Browse the repository at this point in the history
  2. Clear self._urgent_reconnect_needed once more after connection establ…

    …ished.
    
    Tweak sleep_delay logic so failures during initial RPC sequence also back off.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    154921a View commit details
    Browse the repository at this point in the history