This repository was archived by the owner on May 2, 2023. It is now read-only.

Description
This is a bad one. I started up the default echo bot with no edits on my test account and fired about 3200 messages in less than a second.
- Start the bot up on an account
- Start a conversation. The echo bot works perfectly
- Start a second conversation
- The echo bot thinks the userId has changed (because it only stores 1 at a time) and sends a message saying "Consumer stepped up in conversation with..." to the second conversation. Echo bot stores the 2nd customer ID.
- The bot then gets in to an infinite loop between sending messages to both conversations, updating the consumerId making it send more step up messages etc etc
- repeat steps 4-5