Kameleoon

Results 2 comments of Kameleoon

Hello @maxveldink > Do you have a snippet of calling code which is triggering this? ```ruby client = OpenFeature::SDK::API.instance.build_client evaluation_details = client.fetch_string_details(flag_key: feature_key, default_value: 'test', evaluation_context: eval_context) ``` throws: ```...

Hello @maxveldink I hope you're doing well. I want to sincerely apologize for the delayed response. After applying your suggestion to call methods without `API.instance`, we identified an issue on...