mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
The issue occured because the partId is set to "_" by default and is never overwritten in manual mode. With concurrent messages and different processing times all parts of all messages have the identifier "_" and are assembled following the FIFO principle.