xupeng-mingtu

Results 1 comments of xupeng-mingtu

> 这里有个示例,每个client channel初始化时传入不同的ip是不是就能解决了 > > ``` > #include > #include > > int main() { > brpc::Channel channel1; > brpc::Channel channel2; > brpc::ChannelOptions options; > // 方式1:直接传入多个 IP:Port(用逗号分隔) > std::string...