harness / ff-dotnet-server-sdk

.net Server SDK for integrating with Harness Feature Flag service.
https://harness.io/
Apache License 2.0
5 stars 10 forks source link

Config WriteTimeout property is a circular reference #45

Closed eiladin closed 11 months ago

eiladin commented 2 years ago

https://github.com/harness/ff-dotnet-server-sdk/blob/main/client/api/Config.cs#L58

public int WriteTimeout { get => WriteTimeout;  }

should be

public int WriteTimeout { get => writeTimeout;  }
sharprs83 commented 1 year ago

I noticed that too when I was looking at connection timeouts.

sharprs83 commented 1 year ago

Looks like this was fixed in this commit.

andybharness commented 11 months ago

Fixed in 1.1.8