I did, sort of. I made the streaming bidirectional (basically rpc MyMethod 
(stream ClientMsg) return (stream google.protobuf.Empty) ), and attempting 
client-side recv's now gives an option to reliably check for error. I also 
wrapped the whole grpc interface into a select-style interface (as I didn't 
want to use threads and thought the async interface is overly complicated, 
especially considering I didn't *really* need that full-duplex 
functionality). I can share it here if you're interested (need to check w/ 
employer but shouldn't be an issue).

Hope that helps,
Malte

On Wednesday, November 21, 2018 at 8:17:04 AM UTC-8, ple...@swissonline.ch 
wrote:
>
> Hi,
>
> I face the same problem, did you find a solution ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/07218d77-b58b-42ff-a4a6-1688eb9b3639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to