python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I include issuing/intermediate CA certificates in mutual TLS/gRPC
I am working in C++ adopting mTLS for communication in a peer network. I have a private root CA and one issuing CA. The gRPC server struct for a secure TLS channel looks as follows:
struct SslServerC...
sn0wbl1nd
Votes: 0
Answers: 1
GRPC for C# error to connect another API client
I make a study about gRPC and when I will test the connection with the APIGRPC server with API simple client I have an error 404.
I check the connections and I check the JSON file but I don't know whe...

Matheus Monteiro
Votes: 0
Answers: 1
limit number of concurrent_rpcs in grpc c++
I am using grpc for bidirection streaming service. Beause this is an online real-time service, and we don't want our clients to wait too long, so we want to limit the rpcs to a certain number and reje...
Xiang Lyu
Votes: 0
Answers: 0
Monorepo: How to consume a package from another project?
I am trying to create my first monorepo in Go. The project structure looks as follows:
As you can see on the picture, the monoplay folder is the root.
The pb folder contains the generated gRPC code t...
softshipper
Votes: 0
Answers: 1