Back to Grpc

gRPC C++ Multiplexing Example

examples/cpp/multiplex/README.md

1.80.0288 B
Original Source

gRPC C++ Multiplexing Example

This example shows how to use a single connection to send multiple concurrent asynchronous requests to different services. It also demonstrates multiple sharing the same server connection.