mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
DDS plugin: handle n to m on single channel name case
This commit is contained in:
committed by
Mohammad Al-Turany
parent
13678f9f6d
commit
6e40011a18
@@ -714,7 +714,7 @@ bool FairMQDevice::HandleMsgInput(const string& chName, const InputMsgCallback&
|
||||
|
||||
if (Receive(input, chName, i) >= 0)
|
||||
{
|
||||
return callback(input, 0);
|
||||
return callback(input, i);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user