This commit is contained in:
CortexCore
2024-06-20 17:28:56 +08:00
parent 554af9ca4e
commit 0423dc7c48
6 changed files with 213 additions and 73 deletions

View File

@@ -168,7 +168,8 @@ namespace kcp2k
// at least log a message for easier debugging.
//sure I go next somewhere record it
Log.Info($"KcpServer: ReceiveFrom failed: {e}");
//Log.Info($"KcpServer: ReceiveFrom failed: {e}");
Disconnect(connectionId);
}
return false;