Lucio Franco

Results 524 comments of Lucio Franco

I don't know if moving stream to a trait like this is the correct solution. I think adding a way to pass in complete messages to the stream struct would...

Yeah, I agree there should be an easier way. Let me take a think here.

In this case you will need to downcast to the timeout error since you added that layer it looks like and tonic doesn't directly map those timeout errors on the...

@lyang24 did you ever get a chance to get a repro?

So historically, grpc-go only worked with `application/grpc` and if you used `+proto` etc things just broke. I found this out the hard way when working on the `gcp` example. For...

Yeah this seems like something we could show at the end as an extra maybe?