示例#1
0
 public CityServer(CityServerConfiguration config, IKernel kernel) : base(config, kernel)
 {
     this.UnexpectedDisconnectWaitSeconds = 30;
     this.TimeoutIfNoAuth = config.Timeout_No_Auth;
     this.Config          = config;
     VoltronSessions      = Sessions.GetOrCreateGroup(Groups.VOLTRON);
 }
示例#2
0
 public CityServer(CityServerConfiguration config, IKernel kernel) : base(config, kernel)
 {
     this.Config     = config;
     VoltronSessions = Sessions.GetOrCreateGroup(Groups.VOLTRON);
 }