Skip to content
Snippets Groups Projects
Commit 48483697 authored by Muxi Yan's avatar Muxi Yan
Browse files

Clean cache thoroughly

parent 56551301
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,7 @@ static GRPCConnectivityMonitor *connectivityMonitor = nil; ...@@ -125,6 +125,7 @@ static GRPCConnectivityMonitor *connectivityMonitor = nil;
BOOL * _Nonnull stop) { BOOL * _Nonnull stop) {
[host disconnect]; [host disconnect];
}]; }];
[kHostCache removeAllObjects];
connectivityMonitor = nil; connectivityMonitor = nil;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment