This commit is contained in:
JohnCorby 2025-02-27 00:38:03 -08:00
parent a48ad1f067
commit 4c725bfacc

View File

@ -132,7 +132,7 @@ public class Server
var result = SteamNetworkingSockets.CloseConnection(conn, 0, "disconnected by server", false);
if (result != true)
{
_transport.Log($"[warn] flush {conn.ToDebugString()} returned {result}");
_transport.Log($"[warn] close {conn.ToDebugString()} returned {result}");
}
_conns.Remove(conn);
// its not an error for us to disconnect a client intentionally