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
Noticed this in flaky tests and just when playing around with different connections using main.rs, simply awaiting getting a ping / reply over heartbeat channel doesn't guarantee we'll see the expected messages coming over iopub, namely kernel status messages.
Waiting about 50ms after receiving a heartbeat seems to be a fine workaround for now, but would prefer a more elegant solution.
The text was updated successfully, but these errors were encountered:
Noticed this in flaky tests and just when playing around with different connections using
main.rs
, simply awaiting getting a ping / reply over heartbeat channel doesn't guarantee we'll see the expected messages coming over iopub, namely kernel status messages.Waiting about 50ms after receiving a heartbeat seems to be a fine workaround for now, but would prefer a more elegant solution.
The text was updated successfully, but these errors were encountered: