/// <summary> /// 服务器关闭 /// </summary> public void Close() { redis.Stop(); redis = null; cfg.Stop(); cfg = null; }
/// <summary> /// 服务器关闭 /// </summary> public void Close() { redis.Stop(); redis = null; config.Stop(); config = null; http.Stop(); http = null; }