stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Add a way to check if the server is still alive #58

Closed weiznich closed 7 years ago

weiznich commented 7 years ago

Usecase: In case of an panic in an implemented method the whole http-server goes down. Using this methode the user could check if the server is still alive, and if not start a new server

stepancheg commented 7 years ago

Thanks! Server panicing is terrible thing, and if this workaround helps, that's good.