You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
what 83343caadb [fix] 修改心跳包间隔, 避免太过频繁 11 months ago
README.md [style] readme.md 11 months ago
go.mod first commit 11 months ago
go.sum first commit 11 months ago
grpcall.go [fix] 修改心跳包间隔, 避免太过频繁 11 months ago
grpcall_test.go [feat] 将 gRPC recv 的 channel 改为 io read/write, 方便使用 json.Decoder 解析 message 11 months ago
proto_descriptor.go first commit 11 months ago
request.go [feat] 将 gRPC recv 的 channel 改为 io read/write, 方便使用 json.Decoder 解析 message 11 months ago
request_test.go [feat] 将 gRPC recv 的 channel 改为 io read/write, 方便使用 json.Decoder 解析 message 11 months ago
response.go [feat] Response Close 的时候需要 return error 11 months ago
utils.go first commit 11 months ago

README.md

Grpcall

Protoset file

protoc --go_out=. \
       --go-grpc_out=. \
       --descriptor_set_out=device.protoset \
       --include_imports \
       ./proto3/device.proto

Protoc version

protoc --version // libprotoc 3.20.3

Credits

https://github.com/rfyiamcool/grpcall