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

Fix server shutdown #1514

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Fix server shutdown #1514

merged 3 commits into from
Apr 19, 2024

Conversation

cbellot000
Copy link
Contributor

@cbellot000 cbellot000 commented Apr 19, 2024

BUG: calling shutdown on a server prevents from starting another server on linux.
-> when a server is started, to choose the port to start the server on, all server instances are requested their ports but shutdown prevents the server to return its port. FIX is to store the port of the server before shutdown

@rafacanton rafacanton added the bug Something isn't working label Apr 19, 2024
@cbellot000 cbellot000 merged commit 52a7632 into master Apr 19, 2024
40 checks passed
@cbellot000 cbellot000 deleted the bug/server_shutdown branch April 19, 2024 12:15
@PProfizi PProfizi added this to the v0.12.1 milestone Apr 19, 2024
PProfizi added a commit that referenced this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants