Re: [grpc-io] Re: Best Practise for Android

2016-08-03 Thread 'Eric Anderson' via grpc.io
On Wed, Aug 3, 2016 at 9:45 AM, wrote: > Thanks for the response, I've added deadlines as a start, so my app is > hanging far less. > In v1.0.0-pre1, we now have some new options that may help prevent/detect hangs. If you're having trouble during periods of activity, you

[grpc-io] Re: Best Practise for Android

2016-08-03 Thread nevilledips
Hi Carl, Thanks for the response, I've added deadlines as a start, so my app is hanging far less. I'll be moving to worker threads and trying out the async API. I'm fairly inexperienced with Java, so the Future API looked like Greek at first read, but I'm sure I'll figure it out. I'm also

[grpc-io] Re: Best Practise for Android

2016-08-02 Thread 'Carl Mastrangelo' via grpc.io
Answers inline On Tuesday, August 2, 2016 at 2:30:20 PM UTC-7, nevil...@gmail.com wrote: > > Hi everyone, > > I'm migrating an Android app from a REST endpoint to gRPC, and so far > things are going well. I just have a few questions on some aspects that I'm > unsure of, I hope that someone can