-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivations
Build with tonic 0.14
Actually building with tonic 0.14 leads to the following error:
...
::: /home/david/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ginepro-0.9.0/src/balanced_channel.rs:49:1
|
49 | pub struct LoadBalancedChannel(Channel);
| ------------------------------ doesn't satisfy `_: Service<Request<Body>>`
|
= note: the following trait bounds were not satisfied:
`LoadBalancedChannel: tonic::codegen::Service<tonic::codegen::http::request::Request<tonic::body::Body>>`
Thx
mdevino and cougarwww
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request