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

Avoid starting IOPub background thread after it's been stopped #1137

Merged
merged 4 commits into from
Sep 2, 2023

Commits on Jul 31, 2023

  1. avoid starting IOPub background thread after it's been stopped

    loop.add_callback(loop.stop) called before the thread starts
    can get consumed by the run_sync before loop.start,
    so it won't close the loop.
    minrk committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4fe6313 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    7d49b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d05c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edcafb7 View commit details
    Browse the repository at this point in the history