Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
56 stars 59 forks source link

Rekogniton Concurrency Issue fix #66 #67

Closed NorthernMan54 closed 3 years ago

NorthernMan54 commented 3 years ago

This fixes an issue with the Rekognition node where it uses the same msg object as the base for the response message when handling multiple messages concurrently. The msg.payload object was correct, just the msg was reused.

Daniel-t commented 3 years ago

I cant accept a change to a single node like this (see the readme), however at a guess all the nodes would benefit from this change, so an update to the build script would do the job?