Skip to content

Commit fd74ba2

Browse files
committed
Fixed ack receipts not working for split packets
1 parent a49718c commit fd74ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generic/SendReliabilityLayer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function addEncapsulatedToQueue(EncapsulatedPacket $packet, bool $immedia
152152
$pk->splitInfo = new SplitPacketInfo($splitID, $count, $bufferCount);
153153
$pk->reliability = $packet->reliability;
154154
$pk->buffer = $buffer;
155+
$pk->identifierACK = $packet->identifierACK;
155156

156157
if(PacketReliability::isReliable($pk->reliability)){
157158
$pk->messageIndex = $this->messageIndex++;

0 commit comments

Comments
 (0)