Alex Bosworth
Alex Bosworth
I have another update to master that I think can deal with this issue, can you try that?
Pushed the change to master, are there other subscription APIs that you think should follow suit?
Which promise isn't completed? The payViaRoutes promise never returns at all?
> if the node receiving the payment hodl the invoice, and the timeout occurs, my understanding is payViaRoutes might have open handlers that will make jest complain Did you try...
> I tried settleHodlInvoice after the timeout but have the same behavior Is it possible to introduce a delay on the test side before marking the test as complete? Do...
This call is different from the normal subscription calls because it is not a subscription on the LND side
> `subscribeToPayViaRoutes` or `payViaRoutes `? Neither has a real subscription to LND, both are simply waiting for a response from LND to continue Real subscriptions to LND can be canceled,...
I like my wrapper function but it may not be for everyone because I also restructure and rename a fair portion of the API
One of the most difficult things about this approach though is that the LND API is not versioned and it's further split up into separate APIs which you can't really...
You could try subscribeToForwards balance changing overall does not have an API