We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6de4c commit 31453ceCopy full SHA for 31453ce
jupyter_client/multikernelmanager.py
@@ -124,7 +124,7 @@ def __del__(self) -> None:
124
if self._created_context and self.context and not self.context.closed:
125
if self.log:
126
self.log.debug("Destroying zmq context for %s", self)
127
- self.context.destroy()
+ self.context.destroy(linger=1000)
128
try:
129
super_del = super().__del__ # type:ignore[misc]
130
except AttributeError:
0 commit comments