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
878 stars 484 forks source link

Update TimeoutException message #6773

Closed sw-joelmut closed 7 months ago

sw-joelmut commented 7 months ago

minor

Description

This PR detects when a timeout happens while streaming, it will throw a new OperationCanceledException explaining why the timeout happened.

Specific Changes

Testing

The following image shows the bot capturing the new TimeoutException message. image