Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

fix(lightning): syncLdk Updates#171

Merged
Jasonvdb merged 1 commit intomasterfrom
sync-ldk-updates
Sep 27, 2023
Merged

fix(lightning): syncLdk Updates#171
Jasonvdb merged 1 commit intomasterfrom
sync-ldk-updates

Conversation

@coreyphillips
Copy link
Copy Markdown
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
@Jasonvdb Jasonvdb deleted the sync-ldk-updates branch September 27, 2023 15:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants