Lucio Franco
Lucio Franco
Yeah, I would like this and I have some ideas on how to accomplish it. Maybe it will make it into the next release but not sure. Ill try to...
Yeah, grpc-web is a different protocol than what tonic currently implements, so this behavior is expected. Right now, tonic only supports gRPC over http2 and if you want grpc-web support...
`http::Request` is not clonable due to the `Extensions` type it uses. You can though construct your proto to use `bytes` and then use the bytes feature in prost to have...
Related issue https://github.com/hyperium/http/issues/395
Yeah, I think this issue would be better to be filed in `h2` rather than her. So tonic itself is generic over the transport so you are not forced to...
There is a google protobuf example. I believe using the new feature from prost-build to generate a single include file should fix a lot of this. We can look into...
The feature should be supported on the latest tonic?
https://docs.rs/tonic-build/0.6.0/tonic_build/struct.Builder.html#method.include_file
Yeah, I've disabled the workflow for now, will have to fix this later on. Its not blocking things at the moment.
@nvzqz is there an issue for asserting `Unpin` and `!Unpin`? I know we talked about this at rustconf :)