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

Bot teams app: After clicking send button, adaptive card showing a message at the bottom saying " 'Something went wrong. Please try again'" #6801

Closed Amey819 closed 2 months ago

Amey819 commented 3 months ago

The issue seems to be because of the lower timeout for the messages received from the user through adaptive card input. Is there a way to increase the timeout of this input message? image

In the screenshot as you see when we add dates, we run some diagnostics that can take longer than expected and before the results even return we get the error message as shown in the screenshot.

We would request some guidance on this issue.B

Amey819 commented 3 months ago

Any update on this ticket?