ipyparallel icon indicating copy to clipboard operation
ipyparallel copied to clipboard

Warning of unhandled iopub "data_message" in hub.save_iopub_message()

Open rjplevin opened this issue 8 years ago • 1 comments

engine.datapub.publish_data() sends a "data_message", but this isn't recognized in hub.save_iopub_message(). Is this expected behavior? It produces only a warning, but it leaves me wondering if there's been a name change to "data_pub", which is handled.

rjplevin avatar Mar 09 '17 22:03 rjplevin

I think the Hub should probably recognize the name and drop the message without a warning.

minrk avatar Mar 10 '17 05:03 minrk