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

fix(lightning): syncLdk Updates #171

Merged
merged 1 commit into from
Sep 27, 2023
Merged

fix(lightning): syncLdk Updates #171

merged 1 commit into from
Sep 27, 2023

Conversation

coreyphillips
Copy link
Collaborator

This PR:

  • Prevents syncLdk from having overlapping calls.
  • If a sync is underway it will return the outcome of the current sync unless force is set to true. If force is set to true it will perform another sync once the current is complete.
  • Adds timeouts to network queries in syncLdk.
  • Adds retry attempts to syncLdk if a network query times out.

Prevents syncLdk from having overlapping calls, instead returning the outcome of the current sync.
Adds retry attempts to syncLdk if a network query times out.
@Jasonvdb Jasonvdb merged commit 8586e5f into master Sep 27, 2023
4 of 6 checks passed
@Jasonvdb Jasonvdb deleted the sync-ldk-updates branch September 27, 2023 15:56
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