Skip to content

Commit

Permalink
remove message from nudge method that causes race condition (jupyter-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored and GitHub Enterprise committed Aug 18, 2022
1 parent e83b032 commit fe13db2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ def nudge(self):
Keeps retrying kernel_info_request until these are both received.
"""
kernel: KernelManager = self.kernel_manager.get_kernel(self.kernel_id)
kernel._emit(
state=constants.KERNEL_STATE.CONNECTING,
msg="Connecting to the kernel's channels.",
)
# Do not nudge busy kernels as kernel info requests sent to shell are
# queued behind execution requests.
# nudging in this case would cause a potentially very long wait
Expand Down

0 comments on commit fe13db2

Please sign in to comment.