lndk-org / lndk

MIT License
86 stars 22 forks source link

Task: Retry lnd API calls #71

Open orbitalturtle opened 1 year ago

orbitalturtle commented 1 year ago

Description

If there's a temporary connection error, we should retry the lnd API calls and subscriptions a few times to increase resiliency of lndk.

Notes

I meant to code this a while back but haven't gotten around to it. So I figured I'd see if anyone happens to want to take this before I can.

w3irdrobot commented 8 months ago

if this still needs to be worked on, i can look into it today

orbitalturtle commented 8 months ago

@w3irdrobot That would be great!

w3irdrobot commented 8 months ago

just a status update. been working on this on-and-off for a few weeks now. biggest issue is just appeasing the compiler. i should have something up this weekend if not later today.