I'm using grpc java on Android and I found a very weird issue. After a 
certain period a ManagedChannel no longer works.
When this issue happens, grpc calls stopped working so I had to close and 
restart my app.

I instantiated a ManagedChannel when there is no cached channel then cache 
it until the number of active channels is 0. My app worked fine and didn't 
have a problem when it's launched. but all grpc calls stopped working after 
a certain period. The app wasn't closed but it was in a backstack.
I searched a similar issue in grpc issue tracker on github but I'm not sure 
if https://github.com/grpc/grpc-java/issues/1636 
and https://github.com/grpc/grpc-java/issues/1648 are the issue I'm having.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/ee55c448-d4ca-490f-90b1-d206cc5f1bff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to