Open ronopitz opened 4 years ago
I tried it with node12, but the same issue. NodeRed 1.x with node8 doesn't exists as docker image.
I'm looking for a solution and found https://github.com/node-cache/node-cache/issues/127
Is this an issue for you or for the node-red team?
May be related to this node-red issue. Apparently adding classes with getters and setters to messages can cause problems when node-red copies them between nodes. One solution could be not sending streaming_msg
along with payload at this line. As a quick fix, you can add additional function node after nats-streaming-subscibe node, which removes this streaming_msg
property from the message.
Hi,
when I wired to two nodes behind the nats-streaming-subscibe node. The Node Red environment kills with an error.
The example is very easy. The main problem is to read messages from nats streaming and write a subset to an other channel on the nats server by using the acknowlege node.
logs
Flow example