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

basic_host: close swarm on Close #2916

Merged
merged 2 commits into from
Aug 15, 2024
Merged

basic_host: close swarm on Close #2916

merged 2 commits into from
Aug 15, 2024

Commits on Aug 10, 2024

  1. basic_host: close swarm on Close

    Using the `BasicHost` constructor transfers the ownership of the swarm.
    This is similar to how using `libp2p.New` transfers the ownership of
    user provided config options like `ResourceManager`, all of which are
    closed on `host.Close`
    sukunrt committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    025fb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0eefed View commit details
    Browse the repository at this point in the history