zwkno1 opened a new issue #1713:
URL: https://github.com/apache/incubator-brpc/issues/1713
DoublyBufferedData<std::unique_ptr<brpc::Channel>> channel;
void do_request() {
butil::DoublyBufferedData<std::unique_ptr<brpc::Channel>>::ScopedPtr c;
channel.Read(&c);
c->CallMethod(nullptr, &cntl, &req, &resp, nullptr);
}
调用do_request函数的时候会导致死锁
--
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]