FFM-6362 - Ruby FF SDK is not waiting initialization when using "wait_for_initialization" method.
Why
wait_for_initialization does not wait and returns too quickly, allowing caller to evaluate flags before they're ready
What
The update processor is taking a callback which is attempting to compare vairiables which haven't been set yet, causing the code to exit early. Separate the constructors and add new init methods so we are not comparing 'nil'
FFM-6362 - Ruby FF SDK is not waiting initialization when using "wait_for_initialization" method.
Why wait_for_initialization does not wait and returns too quickly, allowing caller to evaluate flags before they're ready
What The update processor is taking a callback which is attempting to compare vairiables which haven't been set yet, causing the code to exit early. Separate the constructors and add new init methods so we are not comparing 'nil'
Testing Tested getting started in RubyMine