From 321a9a1f4b9cc30d45c34a671aca83e5f7c9710e Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 13 Jul 2017 11:11:48 +0100 Subject: [PATCH] Updated Design: msg.parts description of usage (markdown) --- Design:-msg.parts---description-of-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Design:-msg.parts---description-of-usage.md b/Design:-msg.parts---description-of-usage.md index f704fc3..1bb7bbf 100644 --- a/Design:-msg.parts---description-of-usage.md +++ b/Design:-msg.parts---description-of-usage.md @@ -21,6 +21,7 @@ parts | object | no | push down stack of previous parts objects to allow nested The msg is currently considered complete if - `msg.parts.index` >= `msg.parts.count` + - however if msg.parts.count == 0 or is undefined then no output is sent. - `msg.complete` exists (is set to any value) - after an optional timeout from the first part to arrive