You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: