Add server start/stop timeout to force kill server if it gets stuck

This commit is contained in:
timvisee
2021-11-10 23:43:47 +01:00
parent 2026b6c846
commit 18fdf4c5f9
9 changed files with 125 additions and 9 deletions

1
Cargo.lock generated
View File

@@ -657,6 +657,7 @@ dependencies = [
"thiserror",
"tokio",
"toml",
"winapi",
]
[[package]]