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

rpcclient: Cancel client context on shutdown. #2678

Merged
merged 1 commit into from
Jul 15, 2021

Commits on Jul 15, 2021

  1. rpcclient: Cancel client context on shutdown.

    This introduces a child context with cancellation to the manual Connect
    method and cancels it when the client is manually stopped via Shutdown
    to ensure callers are still able to shutdown the client via that method
    when using manual connections in addition to when using automatic ones.
    davecgh committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c9521b4 View commit details
    Browse the repository at this point in the history