Open wgrusznis opened 8 years ago
this node overrides source msg which make's it incompatible with http node. I would suggest overriding only payload instead of full msg. like this:
msg.payload= result; node.send(msg);
this node overrides source msg which make's it incompatible with http node. I would suggest overriding only payload instead of full msg. like this: