microsoftly/BotTester

Add support for asynchronous (not batched) messages

Closed this issue · 1 comments

@microsoftly

We have the following case that is not working at the moment.

  1. Send a message to bot
  2. Bot starts 3 dialogs with 3 different users
  3. I would like to expect the three messages under the same sendMessageToBot since the message that is sent to the bot is the one that triggers the three new dialogs.

My bad, this is working. I was using an array as a second parameter and not varadic args.