-
-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Description
According to the jupyter messaging docs, we should be passing a status field in the content of the InterruptReply message. However in the implementation, we are just forwarding the request content (empty) back into the reply. As such, the reply has no information on status and the error properties in case the interrupt is not successful.
My suggestion on the fix should be a try catch around the send_interrupt_children and return a { 'status' : 'ok' } if no catch occurs and otherwise { 'status': 'error', ... }.
jasongrout-db
Metadata
Metadata
Assignees
Labels
No labels