digitalnodecom / node-red-contrib-generic-s3

Generic S3 nodes for use in Node-RED
https://www.npmjs.com/package/@digitalnodecom/node-red-contrib-generic-s3
Apache License 2.0
3 stars 5 forks source link

TimeoutError: socket hang up #7

Closed trajche closed 1 year ago

trajche commented 1 year ago

When quickly putting more than 10-20 objects, I get a TimeoutError: socket hang up.

After this the flow has stopped and I am unable to catch the error with the Catch node.

image

How to reproduce:

trajche commented 1 year ago

Also, as discovered later: if using node.send(msg) it overwrites the same file over and over (creating multiple versions).

trajche commented 1 year ago

Fixed in this commit.