Clean cache thoroughly

pull/8441/head
Muxi Yan 8 years ago
parent 5655130171
commit 484836973c
  1. 1
      src/objective-c/GRPCClient/private/GRPCHost.m

@ -125,6 +125,7 @@ static GRPCConnectivityMonitor *connectivityMonitor = nil;
BOOL * _Nonnull stop) {
[host disconnect];
}];
[kHostCache removeAllObjects];
connectivityMonitor = nil;
}
}

Loading…
Cancel
Save