mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Disconnect on error from service readiness check (#437)
This commit is contained in:
parent
5a907c8ed8
commit
4f7d951f40
5 changed files with 8 additions and 4 deletions
|
@ -14,7 +14,7 @@ fn main() {
|
|||
}
|
||||
|
||||
if features.is_empty() {
|
||||
panic!("Runtime must be selected '--feature=ntex\\$runtime', available options are \"compio\", \"tokio\", \"async-std\", \"glommio\"");
|
||||
panic!("Runtime must be selected '--feature=ntex/$runtime', available options are \"compio\", \"tokio\", \"async-std\", \"glommio\"");
|
||||
} else if features.len() > 1 {
|
||||
panic!(
|
||||
"Only one runtime feature could be selected, current selection {:?}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue