grpc-java/grpclb
Eric Anderson a343e99252 grpclb: Avoid reference equality for protobuf in oneof
The equivalent of the has* methods for oneofs is to check which Case()
is used. Reworked the code a bit because it seemed obvious that it
wasn't checking all the cases it should, and is probably more natural
now that the code uses Case().
2017-05-15 15:39:49 -07:00
..
src grpclb: Avoid reference equality for protobuf in oneof 2017-05-15 15:39:49 -07:00
build.gradle Implement GRPCLB client-side load reporting (#2941) 2017-04-27 11:28:28 -07:00