wwbmmm commented on issue #1713: URL: https://github.com/apache/incubator-brpc/issues/1713#issuecomment-1061524190
DoublyBufferedData<std::unique_ptr<brpc::Channel>> 也改成 DoublyBufferedData<std::shared_ptr<brpc::Channel>> 吧 否则无法统一引用计数,可能会出现重复释放 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
