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

Commits on Nov 9, 2022

  1. Fix host crash behavior

    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 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c0298c8 View commit details
    Browse the repository at this point in the history