mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Part of #85 A function that returns the same message to multiple outputs, where each output is wired to at most one node was not having its messages cloned due to the change I made in #85 to be slightly more efficient. By returning the same message to each output, cross pollution was possible.