FirefoxRealityPC
FirefoxRealityPC copied to clipboard
Remove `Thread.Sleep()` when Glean supports off-main process ping upload
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()