[grpc-io] Reflection in grpc++ async server

2017-08-09 Thread christian
Hi, Is reflection possible in C++ async server? I'd assume we need to change our CompletionQueue tags to support answering the requests? Best, -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving

[grpc-io] grpc-gateway cookie

2017-05-23 Thread christian
custom go code, however being pretty go illiterate I couldn't figure it out easily. Thanks a lot, Christian -- 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

[grpc-io] googleapis greeter service

2016-08-12 Thread Christian Rivasseau
Hi, is there really a greeter service running at greeter.googleapis.com, or it's just a placeholder in the docs? Thanks -- Christian Rivasseau Co-founder and CTO @ Lefty <http://www.lefty.io> +33 6 67 35 26 74 -- You received this message because you are subscribed to the Google

Re: [grpc-io] [c++] How to access nested message defined inside of another message?

2016-11-28 Thread Christian Rivasseau
group and stop receiving emails from it, send an > email to grpc-io+unsubscr...@googlegroups.com. > To post to this group, send email to grpc-io@googlegroups.com. > Visit this group at https://groups.google.com/group/grpc-io. > To view this discussion on the web visit > https://g

[grpc-io] C++ : lifetime of stream requests?

2016-12-29 Thread Christian Rivasseau
Hi, in ClientAsyncReaderWriter::Write(const T& msg, tag), is it OK do delete 'msg' after Write() returns, or should it be kept alive until 'tag' was notified? Thanks a lot, -- Christian Rivasseau Co-founder and CTO @ Lefty <http://www.lefty.io> +33 6 67 35 26 74 -- You received th

Re: [grpc-io] How to retrieve a proto file "option" from within a c++ program?

2017-03-24 Thread Christian Rivasseau
> msgid/grpc-io/30815ca5-8f6a-436a-a9b9-9bdb284c20ab%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/30815ca5-8f6a-436a-a9b9-9bdb284c20ab%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. >

Re: [grpc-io] [C++] Completion queue request rpc tag's 'ok' boolean

2017-08-18 Thread Christian Rivasseau
m/d/ > msgid/grpc-io/5c567ffd-cddb-4443-a997-6416cee8c596%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/5c567ffd-cddb-4443-a997-6416cee8c596%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > --

Re: [grpc-io] Async C++ service with multiple methods

2018-10-12 Thread Christian Rivasseau
grpc-io@googlegroups.com. > 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/5fab2267-860f-4903-9a13-203d096e531a%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/5fab2267

Re: [grpc-io] Async C++ service with multiple methods

2018-10-12 Thread Christian Rivasseau
{ // do the work of second method. } }; Then case to BaseMethod: bool ok; while (true) { if (!m_cq->Next(, )) break; MOOSE_ASSERT(ok); static_cast(tag)->proceed(); } On Fri, Oct 12, 2018 at 12:06 PM Stephan Menzel wrote: > Hi Christian, > > thanks for your response. > > Am

Re: [grpc-io] Re: gRPC & transaction support

2018-11-05 Thread Christian Rivasseau
il_source=footer> >> . >> 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

Re: [grpc-io] Newbie Question: Do I need to start GRPC server in own thread?

2019-03-12 Thread Christian Rivasseau
roups.google.com/d/msgid/grpc-io/fccddebc-0bbd-4d0d-a9b0-eaa14d9a30d6%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/fccddebc-0bbd-4d0d-a9b0-eaa14d9a30d6%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Ch

Re: [grpc-io] grpc install for C++

2019-02-18 Thread Christian Rivasseau
Sounds like it can't find your c++ compiler? Le lun. 18 févr. 2019 à 19:41, a écrit : > Perhaps a more detailed step by step for ultra noobs would suffice. > > On Monday, 18 February 2019 20:27:51 UTC+2, Derek Perez wrote: >> >> Can you describe what you found hard about it? What would you add?

Re: [grpc-io] Recommended enterprise-grade API Management / Gateway solutions with grpc support ?

2019-09-18 Thread Christian Rivasseau
...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/c240a077-5fa9-4897-9d95-dc613e7d33af%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/c240a077-5fa9-4897-9d95-dc613e7d33af%40googlegroups.com?utm_medium=email_source=footer&

Re: [grpc-io] Re: c++ multiple stubs

2019-11-12 Thread Christian Rivasseau
.google.com/d/msgid/grpc-io/3c402c50-1af2-433f-aed4-0ccb2a0e1d16%40googlegroups.com > . > -- Christian Rivasseau Co-founder and CTO @ Lefty <http://www.lefty.io> +33 6 67 35 26 74 -- You received this message because you are subscribed to the Google Groups "grpc.io"

Re: [grpc-io] convert google::protobuf:uint32 c++

2019-11-19 Thread Christian Rivasseau
> <https://groups.google.com/d/msgid/grpc-io/316ee32f-c002-4416-974d-fa214d3306da%40googlegroups.com?utm_medium=email_source=footer> > . > -- Christian Rivasseau Co-founder and CTO @ Lefty <http://www.lefty.io> +33 6 67 35 26 74 -- You received this message because you ar

[grpc-io] GRPC C++ server cannot start

2020-01-05 Thread Christian Rivasseau
to explain if there is a workaround for this, and/or if something is being done to address it? and PS: why it was allowed to cut stable releases in that state is quite puzzling to me! -- Christian Rivasseau Co-founder and CTO @ Lefty <http://www.lefty.io> +33 6 67 35 26 74 -- You re

Re: [grpc-io] Serialize GRPC stub objects to cache in redis

2020-05-06 Thread Christian Rivasseau
roups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to grpc-io+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/26c472dd-8066-4477-9166-7c1e3fccb6f0%40go

[grpc-io] Invoke .NET Core 3.1 gRPC service from .NET 4.8 client

2021-03-22 Thread Christian Havel
Services = {BridgeService.BindService(new BridgeServiceImpl())},* *Ports = { _port }* * };* *_rpcServer.Start();* Any idea what is missing? Thanks, Christian -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this

[grpc-io] Re: Invoke .NET Core 3.1 gRPC service from .NET 4.8 client

2021-03-22 Thread Christian Havel
Hi, I would like to add the information, that the gRPC server is a console application, not a ASP.NET Core application. Christian Christian Havel schrieb am Montag, 22. März 2021 um 14:23:50 UTC+1: > Hi, > > I started to play around with gRPC. I have a very simple gRPC service in &g

Re: [grpc-io] Re: Async client with sync server

2021-12-10 Thread Christian Rivasseau
and stop receiving emails from it, send an > email to grpc-io+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/cd187463-92e3-4a43-afb8-63bfe0396683n%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/cd187463-

Re: [grpc-io] how to use protos in grpc/src/proto

2021-12-07 Thread Christian Rivasseau
om > <https://groups.google.com/d/msgid/grpc-io/156a2f95-3f93-4d7d-ab98-953fd63ee9aan%40googlegroups.com?utm_medium=email_source=footer> > . > -- <https://lefty.io/> The influencer marketing platform for lifestyle brands CHRISTIAN RIVASSEAU CTO +33 6 67 35 26 74 lefty.io [image: Linke

[grpc-io] Re: grpc.channel_ready_future throw inactive rpc error

2023-05-10 Thread Christian Reiser
Hi, did you solve this error? I am having the same one. ~/.local/lib/python3.7/site-packages/grpc/_channel.py in __call__(self, request, timeout, metadata, credentials, wait_for_ready, compression) 944 state, call, = self._blocking(request, timeout, metadata, credentials, 945 wait_for_ready,

[grpc-io] Re: grpc.channel_ready_future throw inactive rpc error

2023-05-10 Thread Christian Reiser
I had the wrong server IP. Thanks Richard On Wednesday, May 10, 2023 at 9:09:42 PM UTC+2 Christian Reiser wrote: > Hi, did you solve this error? I am having the same one. > > > ~/.local/lib/python3.7/site-packages/grpc/_channel.py in __call__(self, > request, timeout, metada

Re: [grpc-io] gRPC call time overhead

2016-07-28 Thread 'Christian Svensson' via grpc.io
Hi, Would you mind sharing the full code for server / client you're using as well? That way people can easily try to reproduce the behavior you are seeing. On Thu, Jul 28, 2016 at 3:06 PM, wrote: > Hi Louis, > > In order to simplify the case I tested very simple

[grpc-io] Reflection support update?

2016-08-24 Thread 'Christian Svensson' via grpc.io
Hi, Congrats yet again at reaching 1.0! Once upon a time reflection support was aimed to be part of 1.0, and as far as I can tell it isn't. That's fine, but there as been very few updates on this. Could we have an update on how that's progressing? To elaborate: what I'm asking about is to be

Re: [grpc-io] grpc SSL server start problem

2016-11-16 Thread 'Christian Svensson' via grpc.io
On Wed, Nov 16, 2016 at 6:33 PM, AK wrote: > The client code has server address as 0.0.0.0:50051 not as localhost:50051, > as mentioned in my previous reply. > You need to mint the certificate for the same CN as you connect to. 1. Create a server private key. This is

Re: [grpc-io] grpc SSL server start problem

2016-11-15 Thread 'Christian Svensson' via grpc.io
Did you pass a real certificate and private key to PemKeyCertPair? If you used "a", "b" that's your problem. On Nov 16, 2016 03:47, "AK" wrote: > I know nothing about SSL/TLS and am trying to use SSL/TLS channel in gRPC > by following instructions found online. > Here

Re: [grpc-io] gRPC c++ v1.38 async-server crashes

2023-06-02 Thread 'Christian Rivasseau' via grpc.io
legroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/22e8fcef-d9eb-4b54-a3f7-2325ea2c3be5n%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/22e8fcef-d9eb-4b54-a3f7-2325ea2c3be5n%40googlegroups.com?utm_medium=email_source=footer