From 8e2f7581000d979da6a5a89df5d3ed5cc47a3aa3 Mon Sep 17 00:00:00 2001 From: erichuyuehu Date: Fri, 15 Jul 2022 14:38:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BD=93=E5=85=B3=E9=97=AD=E5=90=AF?= =?UTF-8?q?=E5=81=9C=E5=BC=80=E5=85=B3=E4=B9=9F=E9=9C=80=E8=A6=81=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E7=BC=93=E5=AD=98=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MSDKDns/MSDKDnsService.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MSDKDns/MSDKDnsService.m b/MSDKDns/MSDKDnsService.m index d946820..5f06c30 100644 --- a/MSDKDns/MSDKDnsService.m +++ b/MSDKDns/MSDKDnsService.m @@ -203,6 +203,9 @@ - (void)resolver:(MSDKDnsResolver *)resolver didGetDomainInfo:(NSDictionary *)do if (enableKeepDomainsAlive) { MSDKDNSLOG(@"The cache update request start! request domain:%@",domain); [[MSDKDnsManager shareInstance] refreshCacheDelay:@[domain] clearDispatchTag:YES]; + }else { + [[MSDKDnsManager shareInstance] msdkDnsClearDomainsOpenDelayDispatch:@[domain]]; + } }); }