I'm running this on Centos 7 c++.  

The async example 
https://chromium.googlesource.com/external/github.com/grpc/grpc/+/chromium-deps/2016-07-19/examples/cpp/helloworld/greeter_async_client2.cc
 
shows how you handle responses from the server.  The example uses new to 
create a structure to hold rpc data and it isn't deleted until the response 
is received from the server.  If the server is not able to acknowledge the 
message, memory allocated will never be freed.  Is there something I'm 
missing?


-- 
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/6d7ac733-8199-4ae3-b642-27146cb4307b%40googlegroups.com.

Reply via email to