Skip to content

Commit

Permalink
note routing identities needed for input requests
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 13, 2013
1 parent 559f04f commit 1e501e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/development/messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,15 @@ Message type: ``input_reply``::

content = { 'value' : str }
.. Note::
.. note::

The stdin socket of the client is required to have the same zmq IDENTITY
as the client's shell socket.
Because of this, the ``input_request`` must be sent with the same IDENTITY
routing prefix as the ``execute_reply`` in order for the frontend to receive
the message.

.. note::

We do not explicitly try to forward the raw ``sys.stdin`` object, because in
practice the kernel should behave like an interactive program. When a
Expand Down

0 comments on commit 1e501e1

Please sign in to comment.