mirror of https://github.com/node-red/node-red.git
reset join without sending part array
(thought this had been fixed already ?)pull/1895/head
parent
f0957c838f
commit
51f875c02d
|
@ -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