Skip to content

Commit 9e92140

Browse files
committed
iox-#27 Fix wrong return on overflow in ChunkSender
1 parent 9a92f9a commit 9e92140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iceoryx_posh/include/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ inline uint64_t ChunkDistributor<ChunkDistributorDataType>::deliverToAllStoredQu
158158
}
159159
else
160160
{
161+
++numberOfQueuesTheChunkWasDeliveredTo;
161162
ChunkQueuePusher_t(queue.get()).lostAChunk();
162163
}
163164
}

0 commit comments

Comments
 (0)