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

Backport zmq leaks fix for MultiKernelManager #555

Merged
merged 3 commits into from
Jun 26, 2020

Conversation

kevin-bates
Copy link
Member

This is a backport of a portion of PR #548. Specifically, we use a shared ZMQ context (by default) from the MultiKernelManager that, when enabled, uses the same context across all KernelManager instances. The portion not backported is the ability to create (and destroy) a ZMQ context per KernelManager.

@minrk minrk merged commit 5958056 into jupyter:5.x Jun 26, 2020
@minrk
Copy link
Member

minrk commented Jun 26, 2020

Thanks!

@MSeal
Copy link
Contributor

MSeal commented Jun 30, 2020

Back port is released with 5.3.5

@kevin-bates kevin-bates deleted the backport-zmq-leaks branch January 20, 2021 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants