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
872 stars 479 forks source link

Timeout issue when using DLASE #6683

Closed sw-joelmut closed 1 year ago

sw-joelmut commented 1 year ago

Version

4.19.3

Describe the bug

The issue occurs when using DLASE to communicate with the bot and the conversation is interrupted, making the bot timeout when trying to send messages after the interruption.

To Reproduce

Using an Echo bot with DLASE, adding a conversation history functionality (where the bot sends consecutive messages to the connected user, conversationUpdate) and using WebChat to interrupt the communication (reloading the page while the bot messages are being sent).