mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
merge the trunk with the development of ZeroMQ branch
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@22451 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
@@ -109,7 +109,7 @@ Bool_t FairMQSocket::Send(FairMQMessage* msg)
|
||||
try {
|
||||
fBytesTx += msg->Size();
|
||||
++fMessagesTx;
|
||||
result = fSocket->send(*msg->GetMessage());
|
||||
result = fSocket->send(*msg->GetMessage()); // use send(*msg->GetMessage(), ZMQ_DONTWAIT) for non-blocking call
|
||||
} catch (zmq::error_t& e) {
|
||||
std::stringstream logmsg;
|
||||
logmsg << "failed sending on socket #" << fId << ", reason: " << e.what();
|
||||
|
Reference in New Issue
Block a user