This commit is contained in:
azw 2024-05-23 08:04:05 +08:00
parent 3241c70702
commit 3c8df7a0f0

View File

@ -136,7 +136,7 @@ namespace Net
{
this.recvBuf[i - (packLen + 12)] = this.recvBuf[i];
}
this.recvBufLen -= packLen;
this.recvBufLen -= 12 + packLen;
}
}