Delay node updates to added flush control for queuing

This commit is contained in:
Dave Conway-Jones
2021-07-08 12:13:23 +01:00
parent b2f5a259ab
commit 41c8ca8ab4
4 changed files with 82 additions and 63 deletions

View File

@@ -32,7 +32,8 @@
<dd>If the received message has this property set to any value, all
outstanding messages held by the node are cleared without being sent.</dd>
<dt class="optional">flush</dt>
<dd>If the received message has this property set to any value, all
<dd>If the received message has this property set to a numeric value then that many messages
will be released immediately. If set to any other type (e.g. boolean), then all
outstanding messages held by the node are sent immediately.</dd>
</dl>
<h3>Details</h3>