This commit is contained in:
Li 2022-11-17 14:59:46 +13:00
parent 29e5ab8093
commit 3ed0120b9b

View file

@ -88,8 +88,9 @@ namespace HISP.Server.Network
{
try
{
if (!base.checkForError(e))
if(base.checkForError(e)) return;
ProcessReceivedPackets(e.BytesTransferred, e.Buffer);
if (base.checkForError(e)) return;
}
catch (Exception ex)
{