更新NuGet包到4.0.0,并完成相关的修改适配工作,v1.7.8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using CommonLibrary;
|
||||
using HslCommunication;
|
||||
using HslCommunication.Core;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -73,7 +73,7 @@ namespace 软件系统服务端模版.BasicSupport
|
||||
|
||||
private List<NetAccount> OnlineClients = new List<NetAccount>(); // 所有在线客户端的列表
|
||||
private SimpleHybirdLock hybirdLock = new SimpleHybirdLock(); // 操作列表的混合锁
|
||||
private string m_ClientsOnlineCache = "[]"; // 在线客户端的缓存
|
||||
private string m_ClientsOnlineCache = "[]"; // 在线客户端的缓存
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user