Daniel-t / node-red-contrib-aws

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

Updated Rekogniton Concurrency Issue fix #66 #70

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.

This replaces the original pull request, and updates the build script for the same change. The change to Rekognition has been tested and validated.

Tks

Daniel-t commented 3 years ago

Tested the build and cursory test checks out. Will merge

NorthernMan54 commented 3 years ago

Tks very much, have a great weekend