Disconnect on error from service readiness check (#437)

This commit is contained in:
Nikolay Kim 2024-10-15 18:36:30 +05:00 committed by GitHub
parent 5a907c8ed8
commit 4f7d951f40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 4 deletions

View file

@ -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 {:?}",