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

reduce background goroutines #340

Merged
merged 2 commits into from
May 24, 2019
Merged

reduce background goroutines #340

merged 2 commits into from
May 24, 2019

Commits on May 24, 2019

  1. drop the go-context dependency

    This was causing us to build up a bunch of background goroutines. Technically,
    we should be resetting all these streams when the DHT stops. However, we don't
    actually unregister stream handlers from the host so, really, nothing will
    actually stop till the host stops. When it does, it'll kill all the streams
    anyways.
    Stebalien committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5bf9cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55fad1 View commit details
    Browse the repository at this point in the history