conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Fix for TimeOut issue #118

Closed Jithesh-poojary closed 4 months ago

Jithesh-poojary commented 4 months ago

A fix for Timeout is included in this PR.

  1. The code has been updated to break when an unauthorized status code is received.

  2. Removed workflowexecutor as a mediator for API calls.