change destroy order
This commit is contained in:
@@ -72,7 +72,6 @@ - (void)destroyContext:(DoricContext *)context {
|
||||
dispatch_sync(self.mapQueue, ^() {
|
||||
[self.doricContextMap removeObjectForKey:contextId];
|
||||
});
|
||||
[context.driver destroyContext:contextId];
|
||||
}
|
||||
|
||||
- (NSArray *)aliveContexts {
|
||||
|
||||
Reference in New Issue
Block a user