changruill

Results 1 comments of changruill

One more thing, the resources (Threads/Processors...) created in `startupWithServerState(State.INITIAL)` won't be released in `shutdown`, cause of `canShutdown` does not contain the condition `state == State.INITIAL`. This LEAK would occur before...