[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 OnWrit

[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 w