grpcp
grpcp copied to clipboard
grpcp is a Grpc Persistent Connection Pool.
Results
2
grpcp issues
Sort by
recently updated
recently updated
newest added
grpcp_test.go在IDE里一处地方报错,是因为pb的版本升级导致的。更新一下server结构体就好了 type server struct{ pb.UnimplementedGreeterServer } 参考文献:https://studygolang.com/articles/32380
go mod
2
Signed-off-by: Liang Zheng