Skip to content

Missing default value for the "RequestTimeout" in the FlagsmithConfiguration #153

@Multithread

Description

@Multithread

The documentation explains that only the EnvironmentKey is required: https://docs.flagsmith.com/clients/server-side?language=dotnet

But the current nuget 8.0.0 is unable to connect to any server without setting the RequestTimeout explicit:

new(new FlagsmithConfiguration
{
EnvironmentKey = "MyEnvironmentKey",
RequestTimeout = 1
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions