Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-12 Thread ajhai
Hi Kostas, I'm one of the developers of grpc-c. We will be pushing changes to grpc-c hopefully towards end of this month and they should bring this repo to alpha state where people can start trying it out easily. Thanks, Ajay On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote: > >

[grpc-io] C++ AsyncStreaming client and server example

2017-04-12 Thread Anirudh Kasturi
Hello folks, I am new to GRPC, and I feel the documentation lacks info on using an async streaming client and server. I could get the async streaming server work with the help of a thread in this group. When it comes to an async stgreaming client, I am unable to get it working. The server cr

Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-12 Thread Kostas
Grpc-c seems to be what I am looking for. There are some build issues at the moment (it's still pre-alpha according to the developers) but it's definitely something to keep an eye on. Thanks Craig! :-) Regards, Kostas On 11 April 2017 at 18:59, Craig Tiller wrote: > Juniper has a library that

[grpc-io] Re: python client cannot establish secure channel to golang server

2017-04-12 Thread feofilaktov . igor
I finally got a workaround that helped me to solve this issue: Run following command at client side: export GRPC_SSL_CIPHER_SUITES=ECDHE-ECDSA-AES256-GCM-SHA384 Maybe there is another way to set cipher, but this worked for me. On Wednesday, April 12, 2017 at 2:50:22 PM UTC+3, feofilak...@gmail.c

[grpc-io] python client cannot establish secure channel to golang server

2017-04-12 Thread feofilaktov . igor
Here's debug output on client side: I0412 10:46:59.6885449667017 ssl_transport_security.c:193] HANDSHAKE START - before connect initialization - CINIT I0412 10:46:59.6885700937017 ssl_transport_security.c:193] LOOP - before connect initialization - CINIT I0412