I'm using Launch Darkly's ruby sdk as follows:
@client = LaunchDarkly::LDClient.new(<sdk_key>)
hash = Hash.new
@client.variation('flag_name', hash, false)
However, I keep getting an error stating [LDClient] Client has not finished initializing; feature store unavailable, returning default value
Does anyone know why this is the case? Thank you!