2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 05:23:13 +00:00

ClassId Attribute

This commit is contained in:
2022-09-03 22:00:26 +03:00
parent 2cf0d59e6b
commit 620dbaf653
8 changed files with 45 additions and 21 deletions

View File

@ -1342,7 +1342,7 @@ public partial class DistributedConnection : NetworkConnection, IStore
{
if (AutoReconnect)
{
Console.Write("Reconnecting socket...");
Global.Log("DistributedConnection", LogType.Debug, "Reconnecting socket...");
Task.Delay((int)ReconnectInterval).ContinueWith((x) => connectSocket(socket));
}
else