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
Tests; non-constant polling; local development; event-driven polling (polling is enabled upon receipt of an event, and turned off after a time-limit or successful update; then restarted upon receipt of another event).
Honestly, I'm more inclined to question the validity of an interface that includes start/stop methods that can't actually invoke them. (Order-dependent method invocation is horribly bad. The object should never be able to be put into an invalid state. If a "stopped" object can't be restarted, why not just destroy the object entirely?)
The
stop!
method sets@stopped=true
. So once the config manager is stopped (viastop!
), it can never be started again.ruby-sdk/lib/optimizely/config_manager/http_project_config_manager.rb
Lines 92 to 95 in 44d5859
The text was updated successfully, but these errors were encountered: