abreits / node-red-contrib-amqp

Node-RED AMQP input and output nodes
16 stars 18 forks source link

Add bandaid over message clone bug #29

Closed amodelbello closed 4 years ago

amodelbello commented 4 years ago

@abreits - Actually meant to create this PR in my repo not yours. sorry. This does fix an issue when the amqp_in node is cloned, i.e. when you have two or more outputs connected. Not sure if it's the most elegant solution however.

This is a fix for #23