Re: [grpc-io] grpc c++ stream blocked when connect to an unavailable server

2017-12-07 Thread csenanda
Thanks for your reply. I have considered those options and it would not work for me. 1. The streaming rpc will provide incremental on change data from server to the client, if I set the deadline the streaming rpc gets reestablished if server is still connected and have no data to send within

[grpc-io] Re: grpc C++ - failure to reconnect to server

2017-12-07 Thread csenanda
Hello, I am facing a similar issue https://github.com/grpc/grpc/issues/13656 Could you please provide your comments? On WHellednesday, 3 August 2016 09:27:03 UTC-5, Vijay Pai wrote: > > Hello, > We never reproduced this issue, but I wanted to know if you (or any others > on the forum) were still

Re: [grpc-io] grpc c++ stream blocked when connect to an unavailable server

2017-12-04 Thread csenanda
Hi, Can you help me understand how did you overcome this issue. I too have a client that invokes streaming rpc and it gets blocked in ClientReader::Read. I cant set a timeout as it would mean the rpc needs to be invoked again after the timeout. I need a way to reestablish the server connection