Ensure service discovery runs before results are used
Fixes a race condition where database queries could start before the first round of service discovery completes. By running service discovery once on the main thread before starting the worker thread, we can be sure that it runs at least once before the application needs the results. Changelog: fixed
Showing
Please register or sign in to comment