mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add empty msg check for transport compatibility checker
This commit is contained in:
committed by
Dennis Klein
parent
a8bdb91165
commit
4dbb5535c3
@@ -30,8 +30,7 @@ class Req : public FairMQDevice
|
||||
Send(request, "data");
|
||||
|
||||
auto reply = FairMQMessagePtr{NewMessage()};
|
||||
if (Receive(reply, "data") >= 0)
|
||||
{
|
||||
if (Receive(reply, "data") >= 0) {
|
||||
LOG(info) << "received reply";
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user