mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
reset join without sending part array
(thought this had been fixed already ?)
This commit is contained in:
1
packages/node_modules/@node-red/nodes/core/logic/17-split.js
generated
vendored
1
packages/node_modules/@node-red/nodes/core/logic/17-split.js
generated
vendored
@@ -598,6 +598,7 @@ module.exports = function(RED) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (msg.hasOwnProperty("reset")) { if (inflight[partid]) { delete inflight[partId] } return; }
|
||||
if (!inflight.hasOwnProperty(partId)) {
|
||||
if (payloadType === 'object' || payloadType === 'merged') {
|
||||
inflight[partId] = {
|
||||
|
Reference in New Issue
Block a user