mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update NetworkManager.TcpNetworkChannel.cs
This commit is contained in:
@@ -272,7 +272,10 @@ namespace TEngine.Runtime
|
|||||||
if (processSuccess)
|
if (processSuccess)
|
||||||
{
|
{
|
||||||
ReceiveAsync();
|
ReceiveAsync();
|
||||||
return;
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ReceiveAsync();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user