mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Include empty parts in multipart example/test
This commit is contained in:
committed by
Dennis Klein
parent
88dbcbe4fd
commit
dd191551ca
@@ -63,6 +63,10 @@ bool Sampler::ConditionalRun()
|
||||
|
||||
assert(parts.Size() == 6);
|
||||
|
||||
parts.AddPart(NewMessage(100));
|
||||
|
||||
assert(parts.Size() == 7);
|
||||
|
||||
LOG(info) << "Sending body of size: " << parts.At(1)->GetSize();
|
||||
|
||||
Send(parts, "data");
|
||||
|
Reference in New Issue
Block a user