SteamManager() { redis = new RedisConnection("localhost"); // the main monitor will bootstrap the CM list mainMonitor = new MasterMonitor(); monitors = new Dictionary <IPEndPoint, Monitor>(); }
SteamManager() { redis = new RedisConnection( "localhost" ); // the main monitor will bootstrap the CM list mainMonitor = new MasterMonitor(); monitors = new Dictionary<IPEndPoint, Monitor>(); }