Mayank Shekhar Narula
Mayank Shekhar Narula
+1 to what @ehumber said. @ijuma thats gr8! @xli1996 & @ijuma if pinned version doesn't get updated for a while(breaking build/tests etc.), is there a way that SR team/oncall will...
All the Jenkins test failures are in different tests, which are already known to have flaky history.
Any update on addition of std::string_view/zero-copy support? That would be really useful. I have a client sending data-buffers to a server via gRPC, and right now i can send data...
@arthur-tacca I am referring this async-client example code, [this](https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/greeter_async_client.cc). Do you mean to say at after line 72(PrepareAsyncSayHello call below), the request can be de-allocated( say if it was on...
@arthur-tacca thanks this, it helped.