microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

Dialog State Storage Issue in Bot Builder Composer: Impact on Automation and Conversations #6751

Open NeethithevanR opened 4 months ago

NeethithevanR commented 4 months ago

I'm using Bot Builder Composer (version 2.1.2) to develop my chat application, and I'm utilizing the .NET versions (netcoreapp3.1/net6.0). During bot automation testing, I encounter occasional issues where dialog states are not stored properly. Consequently, I sometimes receive previous dialogues and trigger different flows. This issue not only affects automation but also occurs during regular conversations.