Re: [grpc-io] Re: Java -server -> client blocking queue?

2016-10-28 Thread 'Eric Anderson' via grpc.io
You can check out my "example" in issue 2247 . On Fri, Oct 28, 2016 at 8:32 AM, Matt Mitchell wrote: > So if I'm emitting a stream from my server, should I be checking isReady() > before each onNext()

Re: [grpc-io] Concurrency in synchronous c++ service

2016-10-28 Thread Jan Willem
Cool, thanks for the confirmation! 2016-10-27 17:01 GMT+02:00 Craig Tiller : > Server methods can absolutely be called from many threads. > > On Thu, Oct 27, 2016 at 7:28 AM wrote: > >> Hi, >> >> In the synchronous case (example: