HI Nathaniel, Now I am using latest grpc code from git using git clone. I am running grpc_async_server and greeter_async_client2. I used 10000 loops in async_client2. This issue happens with large payload. I used 100kb request size. Steps to reproduce:
Run grpc_async_server Run greeter_async_client2 with 10k loops, each request payload 100kb. Kill client in between. Run client again. Server stops responding. Issue can be resolved only by restarting server. Issue does not happen if request size is very small, like 10-20 bytes. On Friday, August 19, 2016 at 12:36:20 AM UTC+5:30, Nathaniel Manista wrote: > > On Thu, Aug 18, 2016 at 3:41 AM, Dinesh <[email protected] <javascript:> > > wrote: > >> Hi, I am using grpc v0.13, >> > > What is it that has you using such an old version of gRPC > <https://github.com/grpc/grpc/releases/tag/release-0_13_1>? Is there any > chance you can upgrade to 1.0.0-pre2 or later? > -Nathaniel > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a2ea680f-0ad1-4a4a-8be3-a5646025c539%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
