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 host crash behavior #52

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Fix host crash behavior #52

merged 1 commit into from
Nov 9, 2022

Conversation

mcches
Copy link
Contributor

@mcches mcches commented Nov 9, 2022

I observed a bug where moving a TcpListener into a spawned task
was not dropped after crash returns. If you bounce the host, it would
error with ErrorKind::AddrInUse.

Now we also drop and replace the runtime, which has the desired
effect of blocking the calling thread until all tasks have dropped,
cleaning up all resources.

I observed a bug where moving a `TcpListener` into a spawned task
was not dropped after crash returns. If you bounce the host, it would
error with `ErrorKind::AddrInUse`.

Now we also drop and replace the runtime, which has the desired
effect of blocking the calling thread until all tasks have dropped,
cleaning up all resources.
@mcches mcches merged commit 1139b42 into main Nov 9, 2022
@mcches mcches deleted the rt-fix branch November 9, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants