namespace XFEExtension.NetCore.ServerInteractive.Utilities.Helpers; internal static class SessionStoreSynchronization { // ProfileList 的枚举和写入不是线程安全的;所有会话表操作共用此门闩。 public static object Gate { get; } = new(); }