Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev

# Conflicts:
#	src/zoo.cpp
This commit is contained in:
feiga 2016-02-29 09:13:27 +08:00
Родитель 4902144a54 6799f92b99
Коммит bce1cc76b9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,7 @@ void Communicator::ProcessMessage(MessagePtr& msg) {
if (msg->dst() != net_util_->rank()) {
// Log::Debug("Send a msg from %d to %d, type = %d\n", msg->src(), msg->dst(), msg->type());
net_util_->Send(msg);
CHECK(msg.get() == nullptr)
return;
}
LocalForward(msg);