Startup fixes #11
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
High priority
invalid
Low priority
Medium Priority
question
size/L
size/M
size/S
size/XL
size/XS
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tgpholly/EUS#11
Loading…
Reference in a new issue
No description provided.
Delete branch "startup-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
After: