grpc/examples/android
Ming-Chuan dcabe420cc
[BinderTransport] Create client channel instead of direct channel (#27790)
* [BinderTransport] Create client channel instead of direct channel

In this commit we create a client channel instead of direct channel.

BinderConnector is added to connect subchannel when the user actually
make RPC call using the channel.

BindToOnDeviceServerService() is not required anymore since now the
actual connection is delay until the channel is used.

* Regenerate projects.
2021-10-28 15:52:21 +08:00
..
binder/java/io/grpc/binder/cpp [BinderTransport] Create client channel instead of direct channel (#27790) 2021-10-28 15:52:21 +08:00
helloworld Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00