mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	stop join tripping up if last message of buffer is blank.
This commit is contained in:
		@@ -627,7 +627,9 @@ module.exports = function(RED) {
 | 
			
		||||
 | 
			
		||||
                var group = inflight[partId];
 | 
			
		||||
                if (payloadType === 'buffer') {
 | 
			
		||||
                    inflight[partId].bufferLen += property.length;
 | 
			
		||||
                    if (property !== undefined) {
 | 
			
		||||
                        inflight[partId].bufferLen += property.length;
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                if (payloadType === 'object') {
 | 
			
		||||
                    group.payload[propertyKey] = property;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user