mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2025-01-04 20:16:04 +00:00
229 B
229 B
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