diff --git a/rhea/rhea.js b/rhea/rhea.js index eba2652..c7b4f3e 100644 --- a/rhea/rhea.js +++ b/rhea/rhea.js @@ -279,6 +279,7 @@ module.exports = function(RED) { payload: context.message, delivery: context.delivery }; + delete msg.delivery.link; // some attributes of link cannot be cloned and it will throw exceptions here. so I delete this attributes. node.send(msg); });