Closed eiladin closed 11 months 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; }
I noticed that too when I was looking at connection timeouts.
Looks like this was fixed in this commit.
Fixed in 1.1.8
https://github.com/harness/ff-dotnet-server-sdk/blob/main/client/api/Config.cs#L58
should be