zyearn commented on issue #1380: URL: https://github.com/apache/incubator-brpc/issues/1380#issuecomment-824339776
> 但在多个channel使用single连接类型情况下,多个channel就公用一个socket 我之前说的socket对象和single连接没关系,这个socket是在socket_map中的socket(详见channel.cpp中调用的SocketMapInsert),拿到这个socket后,会根据不同的连接类型single,short还是pooled再确定发送数据的socket -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
