Let batch node terminate "early" if msg.parts set to end of sequence

(ie index = count -1). Useful to close at end of files etc.
This commit is contained in:
Dave Conway-Jones
2024-07-04 15:09:55 +01:00
parent a1bf270ba6
commit 05c924a9df
4 changed files with 37 additions and 6 deletions

View File

@@ -1112,6 +1112,7 @@
"too-many": "too many pending messages in batch node",
"unexpected": "unexpected mode",
"no-parts": "no parts property in message",
"honourParts": "Allow msg.parts to also complete batch operation.",
"error": {
"invalid-count": "Invalid count",
"invalid-overlap": "Invalid overlap",