mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-22 13:51:18 +00:00
13 lines
229 B
Markdown
13 lines
229 B
Markdown
|
# 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
|
||
|
```
|