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

fix: memory leak when publishing messages #406

Merged
merged 3 commits into from
May 6, 2021
Merged

Commits on Apr 30, 2021

  1. fix: publisher memory leak

    If publish threads are marked as daemonic, the leak seemingly
    disappears.
    plamut committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    bfcf972 View commit details
    Browse the repository at this point in the history
  2. Add additional link for the fix context

    The additional linked comment explains which `CPython` issue is the root cause of this.
    plamut authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    fa77766 View commit details
    Browse the repository at this point in the history
  3. fix a typo

    plamut authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8ac087c View commit details
    Browse the repository at this point in the history