grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

The Go language implementation of gRPC. HTTP/2 based RPC

Results 594 grpc-go issues
Sort by recently updated
recently updated
newest added

### What version of gRPC are you using? `google.golang.org/grpc v1.48.0` ### What version of Go are you using (`go version`)? `go version go1.19 linux/amd64` ### What operating system (Linux, Windows,...

Type: Bug

Adding initial code. grabs the header comment from the FileDescriptor This code was copied from the main protoc-gen-go code Attempts to address #5530 It's quick and dirty, but I'm going...

Status: Requires Reporter Clarification
stale

### What version of gRPC are you using? ``` google.golang.org/grpc v1.48.0 ``` ### What version of Go are you using (`go version`)? ``` go version go1.18.5 darwin/amd64 ``` ### What...

Type: Bug

https://github.com/grpc/grpc-go/runs/5685143497?check_suite_focus=true

P2
Type: Testing

https://github.com/grpc/grpc-go/runs/7662833734?check_suite_focus=true

P2
Type: Testing

Implementation of the server API as defined in https://github.com/grpc/proposal/blob/master/A51-custom-backend-metrics.md. Fixes https://github.com/grpc/grpc-go/issues/5474. RELEASE NOTES: n/a

Type: Feature

https://github.com/grpc/grpc-go/runs/4476382916?check_suite_focus=true ``` 2021/12/09 21:24:47 http: TLS handshake error from 127.0.0.1:60600: write tcp 127.0.0.1:41773->127.0.0.1:60600: use of closed network connection 2021/12/09 21:25:56 http: TLS handshake error from 127.0.0.1:49168: write tcp 127.0.0.1:43987->127.0.0.1:49168: use...

P2
Type: Testing
fixit

Test timed out: https://github.com/grpc/grpc-go/runs/7635718380?check_suite_focus=true

Type: Bug

While code coverage is not the best metric for how good our tests are, it is *a* metric. Our current code coverage for the xdsclient is average. Attempting to improve...

P2
Type: Testing
Area: Testing