botbuilder-community-dotnet
botbuilder-community-dotnet copied to clipboard
Mixed up sequence order for webex and slack adapter
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.