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

feature(lnd):terminate the grpc call #90

Open
vanditshah99 opened this issue Jan 11, 2024 · 1 comment
Open

feature(lnd):terminate the grpc call #90

vanditshah99 opened this issue Jan 11, 2024 · 1 comment

Comments

@vanditshah99
Copy link

vanditshah99 commented Jan 11, 2024

Can there be any provision for terminating the grpc call, if takes a variable amount of time??

So for example if grpc takes more than 10 seconds we terminate the call, and the operation should be atomic
So it shouldn't be the case where, if we terminate the operation, the server processes the request!

Few api's such as sendPaymentV2 takes alot of time to complete, so can we have this provision?

@herrvendil @theborakompanioni @pvendil

@theborakompanioni
Copy link
Contributor

I am not sure (and I am not a maintainer of this project), but I think this is something the client cannot guarantee. It's best if you ask in the LND repo.

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

No branches or pull requests

2 participants