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.
We currently have a problem where we are not able to execute LDClient#init in a child process and expect the process to return an exit code. This is perceivably because the process may never exit its own event loop because setInterval will keep the event loop busy forever.
Is there a reason that instantiating the client in memory needs to begin flushing every 5 seconds? Could this perhaps be a lazy and start when LDClient#toggle is invoked?