optimizely / ruby-sdk

Ruby SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/ruby-sdk
Apache License 2.0
24 stars 29 forks source link

fix: block odp calls on datafile #330

Closed andrewleap-optimizely closed 1 year ago

andrewleap-optimizely commented 1 year ago

Summary

Added blocking call to Project.identify_user, Project.fetch_qualified_segments and Project.send_odp_event to ensure datafile has been downloaded before attempting to make odp requests.

Test plan

all existing tests should pass