Can you try with 1.2? There were some fairly substantial plumbing changes
for how metadata works.

On Fri, Apr 14, 2017 at 6:34 AM <[email protected]> wrote:

> 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.
>

-- 
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/CAAvp3oNmX628SsNo7TrFECCsQB%3D%3DpBTmu__i9Vnv7AbBpSSWfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to