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 [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/6ff6631b-a94e-4ef5-ae1e-0d7d3daea4cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
