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.
This PR detects when a timeout happens while streaming, it will throw a new OperationCanceledException explaining why the timeout happened.
Specific Changes
Adds 2 messages when timing out, when the streaming connection got disconnected, and just when the request didn't receive a response in the defined time frame.
Testing
The following image shows the bot capturing the new TimeoutException message.
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.