[grpc-io] Using gRPC on localhost

2024-01-21 Thread Dimitris Servis
I want to use gRPC for IPC, on localhost, using C++, in particular for Windows machines. I would like to avoid using https, and I wonder whether the non-secure http poses any threat. I would like to use the UDS solution but this is only supported in C# and not C++. I could use C# and CLI to p

[grpc-io] Does every data frame contains exactly one grpc message?

2024-01-21 Thread Harie Amjari
Hi!, I read the grpc spec from the github but one thing isn't clear for me: > The repeated sequence of *Length-Prefixed-Message* items is delivered in DATA frames Does this mean that in a streaming gRPC, a data frame must contain exactly one grpc message? Is this enforced? -- You received thi