Closed ronopitz closed 5 years ago
Hi, yes this line should be: node.error('problem while publishing message', + err); I pushed an update to github. Can you test if this fixes the error for you?
Hi, the test is done. It works. Thanks
You are welcome.
Hi, there is a problem in the publish node.
Errror message:
Background: I tried to send 2000 msg/second to the nats streaming server. The msg
publish failed: Error: stan: publish ack timeout
it's ok for me, but node-red stops with Exit status 1Solution: I comment out the line 67.
Thanks