Ivar Conradi Østhus
Ivar Conradi Østhus
Agreed. Too bad it wasn't the expected default from the beginning.
Adressed in https://github.com/Unleash/unleash-client-core
Hi @sebreynier, the team behind Unleash has forked this client SDK and taken full responsibility to make the .Net client API compliant with our specification. We ironing out the last...
It feels a bit out of our control if iOS17 breaks encoding, the SDK depends on browser specific APIs to URL encode the requests. I suspect you have an "@"...
usePOSTrequests will work if you connect to unleash-edge or unleash-proxy.
I think it make sense to be able to disable writing to file. Other SDKs (Java, Node) allow you to inject a custom file handler, and you can do a...
Could we make the [FileSystem option public](https://github.com/Unleash/unleash-client-dotnet/blob/main/src/Unleash/UnleashSettings.cs#L123-L126)? That would allow anyone to provide their own FileSystem implementation that is a no-op?
Thanks for raising this @nejco! This is why we have deprecated this feature a year already, to collect feedback. In general this is not a widely adopted capability among Unleash...
Thanks for your detailed feedback @nejco. We will consider this as part of our move to v6. I cannot guarantee that we will solve everything the same way as today.
I agree with @sighphyre here. I do not understand the use-case to daisy chain in offline mode, you should rather just horizontally chain.