Startup fixes #11

Merged
tgpholly merged 2 commits from startup-fixes into master 2020-06-15 10:19:27 +01:00
tgpholly commented 2020-06-15 08:27:57 +01:00 (Migrated from github.com)

I noticed wrong ordering of text in the console output turns out it was down to a race condition which sometimes also caused crashes due to the use of a non-sync function in startup, this fixes that.

Before:
image
After:
image

I noticed wrong ordering of text in the console output turns out it was down to a race condition which sometimes also caused crashes due to the use of a non-sync function in startup, this fixes that. **Before:** ![image](https://user-images.githubusercontent.com/37120476/84628810-39ded180-aee1-11ea-8469-cdf38fd05d1e.png) **After:** ![image](https://user-images.githubusercontent.com/37120476/84629305-00f32c80-aee2-11ea-9e68-b8e1caabe85a.png)
Sign in to join this conversation.
No description provided.