Skip to content

Commit

Permalink
Fixes gh-538 Document box.session.push() and IPROTO_CHUNK code
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulutzan committed Dec 17, 2018
1 parent 6153648 commit 835f27f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/1.10/reference/reference_lua/net_box.rst
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ Below is a list of all ``net.box`` functions.
then either loop checking ``future:is_ready()`` until it is true and
then say ``request_result=future:result()``,
or say ``request_result=future:wait_result(...)``.
Alternatively the client could check for "out-of-band" messages from the server
by calling ``pairs()`` in a loop -- see :ref:`box.session.push() <box_session-push>`.

**Example:**

Expand Down

0 comments on commit 835f27f

Please sign in to comment.