I have just started using node-red and have setup a flow to connect to 3 mssql databases and export the results to mqtt, each has its own connection.
However when running the flow i get "ConnectionError: Connection is closed." on at least one of the connections. If i disable two of the connections and run it works fine, it seems as though node-red cannot handle two or more db connections at the same time.
Is there any workaround to this?