1
0
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:
Dave Conway-Jones 2018-09-23 10:35:47 +01:00
parent f0957c838f
commit 51f875c02d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -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] = {