Closed shuheiktgw closed 3 months ago
Since https://github.com/grpc/grpc-go/pull/7438 was merged, our unit tests started failing since we embeded the unimplemented servers by pointer. To fix the problem, use value instead.
Reported by octocov
Since https://github.com/grpc/grpc-go/pull/7438 was merged, our unit tests started failing since we embeded the unimplemented servers by pointer. To fix the problem, use value instead.