Re: [grpc-io] gRPC Python Client Error: grpc.framework.crust._control.Rendezvous object

2016-06-26 Thread 'Nathaniel Manista' via grpc.io
On Tue, May 24, 2016 at 3:42 AM, wrote: > You are right, "grpc.framework.crust._control.Rendezvous" returned by the > stub.Subscribe call. > > Yes, .proto file contains suggested entry - similar to "rpc > Subscribe(SubscribeRequest) returns (*stream* SubscribeResponse)". >

Re: [grpc-io] [grpc-java 0.14.0] gRPC calls not working after a certain period.

2016-06-26 Thread 'Eric Anderson' via grpc.io
Whew. I saw your email this morning but didn't have time to reply saying I had so clue what could cause that. Glad it's working for you, and you can look forward to built-in idleness. And an hour makes sense for the tcp connection to (silently) break with a home network, since there is a NAT

Re: [grpc-io] [grpc-java 0.14.0] gRPC calls not working after a certain period.

2016-06-26 Thread Taehyun Park
I've confirmed that a period of inactivity is about 60 minutes. I added an idle timer which release a channel after a period of inactivity but a newly created channel is still unusable. Below is the logcat once the channel is terminated and created. 06-26 13:41:47.612 28807-28891/com.test