Lucio Franco
Lucio Franco
For now I would suggest following this example https://github.com/hyperium/tonic/pull/968 this will currently work with `tonic 0.7`. The future plan for tonic is to actually remove the `transport` module. I will...
While I do agree the ergonomics are not as good, tying tonic to rustls releases is not feasible either. Currently, the `client_rustls` example does have some rough edges but these...
Thanks @bmwill that was missed, the next breaking release will remove that impl.
Hey! @kvc0 I appreciate the feedback and I do agree there should be more proper paths for migrations and deprecations etc. That said, as you mentioned this project is still...
I've updated the example here with a more ergonomic change https://github.com/hyperium/tonic/pull/1017 should make using hyper directly much easier.
Do you have a simple reproduction of your issue? I am not totally following what the issue is.
@seanmonstar ^
This is probably a better issue for hyper so might be good to create a minimal reproduction.
Hi, I am looking into this but I am having trouble recreating the issue you're having. Would it be possible for you to create a small repro example I can...
also @seanmonstar :)