mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-31 15:43:57 +00:00
Fixed bug where I forgot to set the Tail of the pending queue when I added an item, when there was already an item
This commit is contained in:
@@ -698,6 +698,7 @@ ILibAsyncSocket_SendStatus ILibAsyncSocket_SendTo_MultiWrite(ILibAsyncSocket_Soc
|
||||
else
|
||||
{
|
||||
module->PendingSend_Tail->Next = data;
|
||||
module->PendingSend_Tail = data;
|
||||
}
|
||||
}
|
||||
else if (module->PendingSend_Tail == NULL && module->FinConnect != 0)
|
||||
|
||||
Reference in New Issue
Block a user