Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo-shuttle: fix address in use error when service panicked in a pr…
…evious run (#805) * runtime & proto: teardown idle runtime in case... ...of service panics. * cargo-shuttle: abort all runtimes when one fails during a... ...local run. * cargo-shuttle: added sigint and sigterm handlers * proto: remove kill_on_drop flag * cargo-shuttle: fix comments * runtime: remove leftovers * cargo-shuttle: extract stop_runtime logic in a function * proto: add kill_on_drop flag again * cargo-shuttle: fix again one service panic case * runtime(tests): fix bind_panic * cargo-shuttle: handle stop requests error gracefully * cargo-shuttle: handle stopping error gracefully... ...for service that panics * cargo-shuttle: clarified logging in case runtime stopping errors * cargo-shuttle: change log level
- Loading branch information