stepancheg / grpc-rust

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

Listen on arbitrary address #30

Closed overvenus closed 7 years ago

overvenus commented 7 years ago

This PR allows GrpcServer listens on arbitrary address.

stepancheg commented 7 years ago

Applied your patch as 14c928b4c5cc3452253090e65967e33547173d0c with minor changes. Thanks!