mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add nanomsg implementations + use factory for nanomsg + lots of small stuff
This commit is contained in:
@@ -61,7 +61,7 @@ void FairMQProcessor::Run()
|
||||
delete msg;
|
||||
}
|
||||
|
||||
std::cout << "I've received " << receivedMsgs << " and sent " << sentMsgs << " messages!" << std::endl;
|
||||
cout << "I've received " << receivedMsgs << " and sent " << sentMsgs << " messages!" << endl;
|
||||
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(5000));
|
||||
|
||||
|
Reference in New Issue
Block a user