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.
-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/706331588431915%40mail.yandex.ru.
