You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ExperimentClient is created by initializeWithAmplitudeAnalytics, experimentClient.fetch() always uses 10 seconds to resolve, even if the request is blocked and retry is disabled.
It would be great if experimentClient.fetch() could resolve as soon as the outcome is known, either successful or failure.