mirror of
https://github.com/corda/corda.git
synced 2025-01-02 03:06:45 +00:00
Formatting issue (#4150)
This commit is contained in:
parent
722fa31fb6
commit
b444701d7e
@ -211,7 +211,7 @@ You manually process received messages as follows:
|
|||||||
|
|
||||||
* ``StartedMockNode.pumpReceive()`` processes a single message from the node's queue
|
* ``StartedMockNode.pumpReceive()`` processes a single message from the node's queue
|
||||||
* ``MockNetwork.runNetwork()`` processes all the messages in every node's queue until there are no further messages to
|
* ``MockNetwork.runNetwork()`` processes all the messages in every node's queue until there are no further messages to
|
||||||
process
|
process
|
||||||
|
|
||||||
When ``networkSendManuallyPumped`` is set to ``true``, nodes will automatically process the messages they receive. You
|
When ``networkSendManuallyPumped`` is set to ``true``, nodes will automatically process the messages they receive. You
|
||||||
can block until all messages have been processed using ``MockNetwork.waitQuiescent()``.
|
can block until all messages have been processed using ``MockNetwork.waitQuiescent()``.
|
||||||
|
Loading…
Reference in New Issue
Block a user