Hello Saroj, Are you referring to this loop? https://github.com/grpc/grpc/blob/15c67e255b30c407aafcafe72d91bbaaad7a49dd/test/cpp/qps/server_async.cc#L220
On Monday, November 4, 2019 at 3:55:00 PM UTC-8, Saroj Mahapatra wrote: > > My guess is that if multiple threads are using the same ‘cq’, then two > threads might run the ‘RunNexrState’ function at the same time. Is that > correct? Does the need for ‘ctx’ licking go away with one thread per ‘cq’? > > Thank you. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/231aff4d-e43f-43ce-aa09-529713d23195%40googlegroups.com.
