Can you give an example of the workflow that triggers the problem?

We try to hide the initialization behind the creation of some high level 
C++ objects so that users should not need to worry about explicit 
initialization.
Thanks.

On Sunday, June 25, 2017 at 10:45:54 PM UTC-7, madhavar...@gmail.com wrote:
>
> Hello,
> I have used gRPC to write a micro-service as part of a proto-type project. 
> I have noticed the the global variable static GrpcLibrary g_gli does not 
> get initialized in certain workflows that the microservice's client code 
> was used. This was causing the createchannel gRPC call to crash.
>
> Since this static global variable is defined in grpc_library.h, merely 
> including this in a project will make this statement to be executed when 
> the gRPC client is executed?
>
> Thanks!
>

-- 
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 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://groups.google.com/d/msgid/grpc-io/c1ef9c7e-1e87-41aa-9b1c-8fe0c34ddb8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to