aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-21 00:27:32 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-21 00:27:32 -0700
commit484836973cc9f63f99f5dd6d29a290c9b39c1f92 (patch)
treebbebbe83dd2a6b9c329b860a82c486a98fd4cf11 /src/objective-c
parent56551301710e6439e07f35d093e2b7c179013880 (diff)
Clean cache thoroughly
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.m b/src/objective-c/GRPCClient/private/GRPCHost.m
index 256278bd49..9d7b3a7f0b 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.m
+++ b/src/objective-c/GRPCClient/private/GRPCHost.m
@@ -125,6 +125,7 @@ static GRPCConnectivityMonitor *connectivityMonitor = nil;
BOOL * _Nonnull stop) {
[host disconnect];
}];
+ [kHostCache removeAllObjects];
connectivityMonitor = nil;
}
}