Config WriteTimeout property is a circular reference
Closed this issue · 3 comments
eiladin commented
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
I noticed that too when I was looking at connection timeouts.
sharprs83 commented
Looks like this was fixed in this commit.
andybharness commented
Fixed in 1.1.8