This commit is contained in:
snltty
2024-06-24 21:59:50 +08:00
parent 4ebaaa2640
commit 5d2754d6cb
156 changed files with 966 additions and 909 deletions

View File

@@ -1,5 +1,4 @@
using linker.libs;
using linker.libs.extends;
using Linker.Libs.Extends;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
@@ -8,7 +7,7 @@ using System.Net;
using System.Net.Sockets;
using System.Text;
namespace linker.libs.websocket
namespace Linker.Libs.Websocket
{
/// <summary>
/// websocket服务端
@@ -131,7 +130,7 @@ namespace linker.libs.websocket
}
catch (Exception ex)
{
Logger.Instance.Error(ex);
LoggerHelper.Instance.Error(ex);
}
}
private void ProcessAccept(SocketAsyncEventArgs e)