You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Include some API changes for grpclb:
* TransportCredentials interface
- Add Clone() and OverrideServerName()
* Balancer interface
- Change Start(string) error to Start(string, BalancerConfig) error