Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where server may fail to start
There is a race condition where the state may not be set before the async task checks its value. This causes the server to shutdown with no warning. This change will fix this bug.
- Loading branch information