multithreading is available in grpc ports, ssl/tls is there, c# port supports all recent windows versions
cleared up most questions from this week in one sentence, yay! :)
rmz_la3lma joined the channel
rmz_la3lma has quit
rmz_la3lma joined the channel
tommmied joined the channel
jasonkuhrt joined the channel
rmz_la3lma has quit
arkq has quit
ejona
Kanalia: Yay!
Kanalia
:D
Kanalia has quit
rmz_la3lma joined the channel
derferman joined the channel
aseidl joined the channel
derferman has quit
philips joined the channel
derferman joined the channel
derferman has quit
derferman joined the channel
JS__ joined the channel
arkq joined the channel
dgryski has quit
JS__
Good Morning, while implementing the API defined on the server, can we have something like this feature=stub_->GetFeature(&context, point), instead of this as shown in example: Status status = stub_->GetFeature(&context, point, feature);
This is the example in Client code of routeguide CPP
ejona
JS__: I don't know, but we are guaranteeing the API-stability of the current API, so less likely so. Everyone's at lunch right now.
derferman has quit
JS__
Also, I couldnt see any error messages returned in CPP unlike in GO if i m right! what say ejona?
ejona
JS__: Isn't the error message in the returned status?
JS__
yea! right.. the status has the error but not a separate class..
i m juggling between diff langs for my work and its making me crazy
philips joined the channel
derferman joined the channel
ejona
JS__: Does it make sense to you now, or are you still unclear/have an issue?
JS__
yea it makes sense..
it will be more better if end users had some examples, like using tls in CPP nd etc
ejona
For TLS, you can look around at test/cpp/interop.
TLS is hard in general because _it is so hard to use_. :)
philips joined the channel
derferma_ joined the channel
derferma_ has quit
derferma_ joined the channel
derferman has quit
|Pixel|
ejona: also TLS can generally mean two things :P
that are radically different
philips joined the channel
JS__
Na i just want client to connect to grPC server using TLS