Skip to content

Files

Latest commit

 

History

History
This branch is 450 commits behind grpc/grpc:master.

multiplex

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.