Skip to main content

Hi!

According to the docs there is a method on the ExperimentClient class - all() - that returns all variants for the deployment. I’ve tried using this (after having fetched all variants from the server) but it just makes the thread hang.

SDK version is the latest (1.5.0).

 

Turns out there was something else attempting to read all() the variants before the fetching was done. The docs around this are rather poor so maybe this should be flagged somewhere.


Reply