Hi, I am using grpc1.0.1 .
Everything was OK until I add an UUID in metadata. My code is as follows:

while(true)
(
  ClientContext context;
  context.AddMetadata("client-requestid", genUUID());//uuid changes
  stub.callName(&context, request, reply);
)

I use 10 threads run the code in parallel. And my client and server have memory 
incease about 4m/100000calls.
Does anyone know why it happens and how to solve it? Is it possible related to 
hpack in http2?

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/27d7667e-ebb6-4f6a-b4ac-577d5ff254c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to