stepancheg / grpc-rust

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

Allow multiple grpc clients through one connection #85

Closed bblancha closed 7 years ago

bblancha commented 7 years ago

Make grpc client hold a smart pointer reference to the http client

Fixes #76

stepancheg commented 7 years ago

Thanks!