sevenhe1205

Results 3 issues of sevenhe1205

### Fix functions parametes - Fix the value of the Name parameter passed to the subchannel in gproc_pool's disconnect_worker and remove_worker functions. - grpcbox_subchannel contains three properties: Channel, endpoint, and...

### Pick a subchannel which connection is established - When a grpcbox_channel adds a grpcbox_subchannel, the grpcbox_subchannel will try to establish an HTTP/2 connection. - If the HTTP/2 connection is...

## Add hash and direct pick strategies The grpcbox_client get_channel function adds support for hash and direct strategies gproc_pool:pick_worker uses the hash/direct policy. Options do not contain the Key parameter....