Hi,
I'm trying to implement a microservices integrations with node-red, i have some custom nodes that makes http request to a microservices and functions nodes for message transformations and some subflows.
I builded a flow with all microservices integrated and i expose a URL for requests to flow using the http in node and http out for responses.
When i send two or more concurrent requests my flow sends the same response to all calls with the same message, like my flow only can process one request at time and doesn't log a different answer for each one, idk if i'm doing something wrong...
Node-Red supports process concurrent flows that come from "http in" node ?