botbuilder-community-dotnet icon indicating copy to clipboard operation
botbuilder-community-dotnet copied to clipboard

Mixed up sequence order for webex and slack adapter

Open NeethithevanR opened this issue 2 years ago • 0 comments

I am using Microsoft Bot Framework SDK to implement my chat bot. I have deployed the bot along with the Webex Adapter (from Bot.Builder.Community.Adapters.Webex version 4.13.5) & Slack Adapter (Bot.Builder.Community.Adapters.Slack version 4.13.5) . The SDK is based on dotnet (version 3.1). It seems to work fine, except when there are situations where the messages and responses are mixed up. For instance, a message that I send in bot is mapped with one of the requests that was processed by the bot a bit earlier, which leads to the conversation’s sequence getting messed up.

NeethithevanR avatar Jun 19 '23 15:06 NeethithevanR