FirefoxRealityPC icon indicating copy to clipboard operation
FirefoxRealityPC copied to clipboard

Remove `Thread.Sleep()` when Glean supports off-main process ping upload

Open daoshengmu opened this issue 4 years ago • 0 comments

Per #198. We are currently making the main thread to sleep a couple of seconds to assure the Glean ping uploader finishes its tasks before Application.Quit()

Once the solution of Bug 1651340 is merged, we should remove this the line of Thread.Sleep()

daoshengmu avatar Jul 20 '20 21:07 daoshengmu