kangshantong

Results 2 comments of kangshantong

The bug can be fixed by the code followed. void Postoffice::Manage(const Message& recv) { CHECK(!recv.meta.control.empty()); const auto& ctrl = recv.meta.control; if (ctrl.cmd == Control::BARRIER && !recv.meta.request) { barrier_mu_.lock(); **_for (auto...

@eric-haibin-lin can you review this commit?