[grpc-io] Re: How to resolve potential grpc::ClientBidiReactor data racing

2024-03-26 Thread 'AJ Heller' via grpc.io
Hi Zhanhui, Just in case, please read through the callback API spec to refamiliarize yourself: https://github.com/grpc/proposal/blob/master/L67-cpp-callback-api.md Note that you can only have one outstanding read or write at a time. If you are calling StartWrite while a previous write's

[grpc-io] Re: Plugin failed with status code

2024-03-26 Thread 'AJ Heller' via grpc.io
Did you follow the quickstart guide to build and install gRPC and protocol buffers using cmake? https://grpc.io/docs/languages/cpp/quickstart/ Best, -aj On Monday, March 25, 2024 at 11:09:41 PM UTC-7 Suraj Kottayi wrote: > How do i generate code using cmake, during configuration.?? > The issue

[grpc-io] Re: Use cases of AsyncNotifyWhenDone

2024-03-26 Thread Acorn Pooley
Someone (offline) asked me to elaborate on how I use the "tag" as briefly described in my previous post. The tag is a void*, meaning that on a 64 bit computer it is 64 bits of information. I use some of those bits as an "rpc identifier" and some of those bits as an indication of what this tag

[grpc-io] Plugin failed with status code

2024-03-26 Thread Suraj Kottayi
How do i generate code using cmake, during configuration.?? The issue with cmake command execute_process() is that the argument "--plugin=protoc-gen-grpc=/usr/local/grpc_cpp_plugin" has to be absolute, trying to change it into a variable is throwing => : program not found or is not executable

[grpc-io] Urgent: Load/Performance tool for all types of GRPC calls??

2024-03-26 Thread Irfan Hassam
Hello, I have tried to test my grpc server with jmeter plugin jmeter-grpc-request but for server streaming response it was not working. Now i am using k6 but for k6 server streaming message i am not able to send my accesstoken. Is there any tool that i can use for grpc load testing or if above