This commit is contained in:
vivek-shankar 2017-01-26 22:50:15 -05:00
parent 03a12678ee
commit 451eb72a96
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ inline void CommunicationManager::Check_In_Messages_and_Transfer_To_Topics()
multi_msgs.insert(make_pair(header[2], in_message));
counter++;
}
std::cout << "multi msg counter" <<counter << std::endl;
/*If the total size of msg reached transfer to topic*/
if(counter==header[3]){