Tags: lyuxuan/grpc-go
Tags
API changes: * Add package stats for stats collection and processing. * Add package tap for transport layer inbound interceptor. * Add dial option grpc.FailOnNonTempDialError to control if gRPC should fail on non-temporary dial error. Other fixes: * Fix a transport layer logical race in quota pool. * Use InfoDepth/FatalDepth in glogger.go.
* Use the correct error in defer call in recvResponse() to avoid miscounting of the streams quota for unary rpcs. * Update generated code and server reflection code to comply with the change to the grpc generator. Now the grpc support version is SupportPackageIsVersion4.