Clean cache thoroughly

pull/8441/head
Muxi Yan 9 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) { BOOL * _Nonnull stop) {
[host disconnect]; [host disconnect];
}]; }];
[kHostCache removeAllObjects];
connectivityMonitor = nil; connectivityMonitor = nil;
} }
} }

Loading…
Cancel
Save