grpc-java/core
Kun Zhang a2595d9e7d
api/core/grpclb: add warning about calling Subchannel.requestConnection() outside of sync-context (#5757)
The pick_first policies in core and grpclb previously would call
Subchannel.requestConnection() from data-path.  They now will schedule
that call in the sync-context to avoid the warning.  They will only
call it for the first pick of each picker, to prevent storming the
sync-context.
2019-05-20 11:39:02 -07:00
..
src api/core/grpclb: add warning about calling Subchannel.requestConnection() outside of sync-context (#5757) 2019-05-20 11:39:02 -07:00
BUILD.bazel core: add accessor for perfmark (#5687) 2019-05-08 17:01:55 -07:00
build.gradle core: Move io.grpc to grpc-api 2019-04-16 21:45:40 -07:00