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
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Per a previous conversation with Launch Darkly support re: the synchronous nature of LD client's function interface masquerading as asynchronous functions, I was told "All of the LDClient instance methods are synchronous but still provide the callback pattern."
While we can use the async functions to make sync calls because the callbacks are executed immediately, I'd like to request an explicit variationSync API for synchronous use. This would be super useful to us.
Relying on what are really async functions for sync behavior is very risky.
Please let me know if you have any questions. Happy to chat.