On Monday, November 6, 2017 at 4:26:13 AM UTC-6, Edward K. Ream wrote: > > *Tracing messages* > > I also added, again by trial and error, traces show how messages are sent > and replies received. Typing "2+2" into the input cell results in: > > get_msg (ZMQSocketChannel block True timeout 1.0 > execute (KernelClient) code: 2+2 > get_msg (ZMQSocketChannel block True timeout 0.05 > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block True timeout None > Out[1]: 4 > get_msg (ZMQSocketChannel block True timeout None > get_msg (ZMQSocketChannel block False timeout 0.05 > handle_execute_reply (ZMQTerminalInteractiveShell) > [snip]
*Oops*. "4" appears in Out[1] *before* the call to handle_execute_reply. In any case, the reply message does not contain "4" anywhere. Clearly, more investigation is required. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
