Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The concurrent dedicated Server stopper shall not be executed concurrently with sequential component stopper #35

Closed
skovtunenko opened this issue Jul 7, 2022 · 0 comments · Fixed by #36 or #40
Assignees
Labels
enhancement New feature or request

Comments

@skovtunenko
Copy link
Owner

It doesn't make sense to concurrently stop (HTTP) Server simultaneously when regular registered components are stopped.
The server shall be the first component to stop in a sequence of terminations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment