David Pedersen

Results 284 comments of David Pedersen

I've tried to reproduce this but without luck. @phoglund Are you able to log the request HTTP version, method, uri, and headers with and without the client interceptor, as its...

tonic-build's [rustfmt](https://github.com/hyperium/tonic/blob/master/tonic-build/Cargo.toml) feature should format the code.

Read the code in tonic build šŸ¤·ā€ā™‚ļøšŸ˜‚ Can you provide a reproduction script?

Then Iā€™m not sure what could be going on. Maybe something is wrong with your `rustfmt` installation šŸ¤·ā€ā™‚ļø

The prost thing is known https://github.com/hyperium/tonic/pull/791 šŸ‘€

Tokio now has support for windows named pipes! I don't have access to a windows machine but if someone does a PR that a adds an example would be much...

I don't know of anyone working on this. Is it something that could be explored in standalone crate?

I don't follow. Why can't you depend on tonic for the crate that includes the compiled protos?

I suppose that is because the client and server codegen nests things in modules. See https://github.com/hyperium/tonic/blob/master/tonic-build/src/server.rs#L67 and https://github.com/hyperium/tonic/blob/master/tonic-build/src/client.rs#L25. I wonder if adding `use super::*` to the generated modules would fix...

> Is there a way to build a uds channel without use try_from? Is there a way we can directly connect to the socket file? Not currently but might be...