[grpc-io] 回复:ELVIS

2018-05-17 Thread 兰敬召
-- 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

[grpc-io] Re: Per connection completion queue

2018-05-17 Thread jojy . varghese
Thanks for the detailed explanation. If we have a polling thread that polls a CQ(calls next), it would mean that the polling thread would be doing the IO also right? I say this because if a client connection "writes" something, then that write will be picked up by the cq->next call of the polli

[grpc-io] Proper error handling for streams. Should connections need to be thrown away on some errors?

2018-05-17 Thread jdwyah
Howdy, I'm trying to build some configuration distribution with gRPC for prefab.cloud. All is working, but I could use a second opinion on whether I'm implementing error handling correctly. My clients would like to setup a connection and then listen forever. So far I have found that they succe