using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace VueWebCoreApi.SignalR { /// /// 用户id集合 /// public static class UserIdsStore { public static Dictionary Ids = new Dictionary(); } }