This commit is contained in:
2026-01-21 22:13:31 +01:00
parent 3dce3cc56b
commit abc50d0c11
5 changed files with 314 additions and 299 deletions

View File

@@ -56,7 +56,7 @@ namespace EonaCat.Connections.Server.Example
UseAesEncryption = false,
MaxConnections = 100000,
AesPassword = "EonaCat.Connections.Password",
Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("server.pfx", "p@ss"),
//Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("server.pfx", "p@ss"),
EnableHeartbeat = IsHeartBeatEnabled
};