You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: