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

Add keep-alive pings during payment #966

Closed
roeierez opened this issue May 8, 2024 · 0 comments · Fixed by #968
Closed

Add keep-alive pings during payment #966

roeierez opened this issue May 8, 2024 · 0 comments · Fixed by #968

Comments

@roeierez
Copy link
Member

roeierez commented May 8, 2024

Currently users get transport errors when payments takes more than a certain time (probably around 30 seconds).
It seems that it relates to the fact that the underline gRPC connection keep alive doesn't work as expected and that is under work in greenlight.
Meantime we can mitigate that by sending Ping requests over greenlight gRPC interface every let's say 15 seconds to keep the node connection alive.

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

Successfully merging a pull request may close this issue.

1 participant