mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
reset join without sending part array
(thought this had been fixed already ?)
This commit is contained in:
parent
f0957c838f
commit
51f875c02d
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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user