Dear All,
I'm working on developing a library for communication via gRPC. High-level API doesn't fit the project requirements, so I chose the grpc-core library as the basement.
But I've noticed that the grpc-core library starts up several threads on grpc_init().
It's critical for my situation and prevents me from using grpc-core at all.
Is there some way to disable multi-threading in the grpc-core library?
I need only gRPC Client functionality and it's ok if server mode doesn't work.
Looking forward to your reply,
Denis V.