howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.48k stars 2.28k forks source link

Problem with bot.startConversation #1316

Closed ca42rico closed 6 years ago

ca42rico commented 6 years ago

Hi, I'm facing a problem using bot.startConversation, I use it for send messages(batch) sequentially. The problem is the bot receives, from Facebook Messenger, but not process all the messages (not enter in controller.hears or controller.on); in fact it receives all the messages but some are not captured by controller.hears or controller.on. It happen when arrived a batch of messages(a lot of messages) in input. It does not happen when I use bot.reply: all messages arrive and are answered.

I tried to capture messages both with

Examples of how I send messages

peterswimm commented 6 years ago

Take a look at https://github.com/howdyai/botkit/issues/422