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

Prevent exiting while LNClient is starting up #272

Open
rolznz opened this issue Jul 13, 2024 · 0 comments
Open

Prevent exiting while LNClient is starting up #272

rolznz opened this issue Jul 13, 2024 · 0 comments
Assignees

Comments

@rolznz
Copy link
Contributor

rolznz commented Jul 13, 2024

as per #271

If a sigterm signal is received while the LNClient is running, this is fine since we'll wait for the LNClient to shutdown first.

But, if a sigterm signal is received while the LNClient is starting up, this will not safely wait for the startup to finish and shutdown the node. This could lead to the node's channel state being corrupted.

@rolznz rolznz self-assigned this Jul 13, 2024
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

1 participant