nwuking opened a new issue #1614: URL: https://github.com/apache/incubator-brpc/issues/1614
**Describe the bug (描述bug)** 两个线程通信,unique_lock lock后,bthread::ConditionVariable _cond wait()的时候,就锁住了,另一个线程也获取不到lock。 有时候出现 ,deadlock 那个提示出现了 我的逻辑是没问题的,自己封装了一个,没出现问题 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: **Additional context/screenshots (更多上下文/截图)** 注释掉的是brpc的代码   -- 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]
