XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
namespace XFEExtension.NetCore.ServerInteractive.Utilities.Helpers;
internal static class SessionStoreSynchronization
{
// ProfileList 的枚举和写入不是线程安全的;所有会话表操作共用此门闩。
public static object Gate { get; } = new();
}
namespace XFEExtension.NetCore.ServerInteractive.Utilities.Helpers;
internal static class SessionStoreSynchronization
{
// ProfileList 的枚举和写入不是线程安全的;所有会话表操作共用此门闩。
public static object Gate { get; } = new();
}