zhzblackc12

Results 2 issues of zhzblackc12

环境: centos7 go 版本: go1.19.2.linux-amd64 goctl版本:1.4.1 执行命令:goctl rpc protoc --go_out=. --go-grpc_out=. --zrpc_out=. sum.proto 报错信息: google/protobuf/descriptor.proto: File not found. google/api/annotations.proto:20:1: Import "google/protobuf/descriptor.proto" was not found or had errors. google/api/annotations.proto:24:8: "google.protobuf.MethodOptions" is...

Can rpc server support net.Pipe()? If rpc server support net.pipe, we can read websocket msg and send to net.pipe, so it can invoke rpc service. Refer: https://github.com/glerchundi/grpc-boomerang

stale