Open juanhaywood opened 3 years ago
The Delivery Client Handler currently uses a Join node to merge the Discord Send node's output with the main flow for this action. Unfortunately there are some issues when multiple messages arrive very close together, breaking the current queue system. I've logged a feature request for the Discord send node with the node's contrib developer here: Markoudstaal/node-red-contrib-discord-advanced#5
Once this is in place, it should fix the issue.
Currently, the bot works fine if there is one order received and handled at a time. However, things go pear-shaped when more than one is received and processed concurrently. Mostly this is due to SCUM's chat anti-spam protection, blocking the admin/bot from sending too many consecutive messages. A queing system should resolve this.