You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: If the kernel does not pass in the timeout parameter when calling the poll api, and sends a send message to the shell channel at the same time, it will always be blocked.
i have raise an merge request to fix the issue
The text was updated successfully, but these errors were encountered:
package version
here is the code which can reproduce the bug
content of test.ipynb
execute above python code will sometimes blocks
Reason: If the kernel does not pass in the timeout parameter when calling the poll api, and sends a send message to the shell channel at the same time, it will always be blocked.
i have raise an merge request to fix the issue
The text was updated successfully, but these errors were encountered: