fixed message modificcation of concat mode of BATCH node

This commit is contained in:
Hiroyasu Nishiyama
2018-02-13 20:55:03 +09:00
parent 9066cedc29
commit 6252b075bc
2 changed files with 19 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ module.exports = function(RED) {
for (var topic of topics) {
remove_topic(pending, topic);
}
send_msgs(node, msgs, false);
send_msgs(node, msgs, true);
node.pending_count -= msgs.length;
}