1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00
2019-03-17 20:19:56 +01:00
..
2019-03-17 20:19:56 +01:00
2019-03-17 20:19:56 +01:00
2019-03-17 20:19:56 +01:00

Multiplex

A grpc.ClientConn can be shared by two stubs and two services can share a grpc.Server. This example illustrates how to perform both types of sharing.

go run server/main.go
go run client/main.go