未验证 提交 f45cb1c2 编写于 作者: T tangwei12 提交者: GitHub

fix bug of communicator flag, test=develop (#19635)

上级 3abe8450
......@@ -181,7 +181,7 @@ void Communicator::SendThread() {
}
void Communicator::RecvNonIndependent() {
if (!FLAGS_communicator_independent_recv_thread) {
if (FLAGS_communicator_independent_recv_thread) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册