OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Tests to ensure the type of exceptions thrown during RPC calls for connecting, timeouts and cancellations errors do not change #569

Closed nathanwoctopusdeploy closed 9 months ago

nathanwoctopusdeploy commented 10 months ago

Background

Tests to cover the type of exception that occurs during an RPC call for connecting, timeout and cancellation scenarios.

The behaviour and the type of exception thrown are important to the caller.

How to review this PR

Quality :heavy_check_mark:

Pre-requisites