25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 yıl önce
..
client Bump google.golang.org/api 5 yıl önce
server Bump google.golang.org/api 5 yıl önce
README.md Bump google.golang.org/api 5 yıl önce

README.md

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