WeiYan-Lynn commented on issue #2809:
URL: https://github.com/apache/brpc/issues/2809#issuecomment-2453691732

   看代码这个是跟signature有关,感觉是可以的,但实测还是只建立了一个链接
   以下是代码示例:
       auto channel = new brpc::Channel();
       brpc::ChannelOptions option;
       option.protocol = "h2:grpc";
       option.max_retry = 0;
       option.timeout_ms = timeout;
       option.connection_group = sceneIndex;
       channel->Init(url.c_str(), &option)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to