mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Include device ID in the zeromq socket identity.
For request sockets in ZeroMQ the socket identity must be unique, otherwise multiple clients will be rejected. Update the tests to test this use case.
This commit is contained in:
@@ -29,7 +29,7 @@ void FairMQTestReq::Run()
|
||||
std::unique_ptr<FairMQMessage> reply(NewMessage());
|
||||
if (Receive(reply, "data") >= 0)
|
||||
{
|
||||
LOG(INFO) << "REQ-REP test successfull";
|
||||
LOG(INFO) << "received reply";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user