Update NetworkManager.TcpNetworkChannel.cs

This commit is contained in:
ALEXTANG
2022-09-02 17:19:29 +08:00
parent 1a6b17cd5f
commit 6bb7dcc672

View File

@@ -272,7 +272,10 @@ namespace TEngine.Runtime
if (processSuccess)
{
ReceiveAsync();
return;
}
else
{
ReceiveAsync();
}
}
}