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
This is sending a message across the PUBSUB iopub_socket, but it doesn't include an identity argument, so there is no PUBSUB being prefixed to the message. The fix seems to be:
But I'm a tad hesitant to put it in a pull request because it seems intentional to make the _topic private. Does anyone know the right way to fix this?
The text was updated successfully, but these errors were encountered:
I believe there is a bug in the echokernel example kernel, specifically:
This is sending a message across the PUBSUB
iopub_socket
, but it doesn't include anidentity
argument, so there is no PUBSUB being prefixed to the message. The fix seems to be:But I'm a tad hesitant to put it in a pull request because it seems intentional to make the
_topic
private. Does anyone know the right way to fix this?The text was updated successfully, but these errors were encountered: