pull/14314/head
Muxi Yan 7 years ago committed by GitHub
parent d65458dde8
commit 53a295bca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/objective-c/RxLibrary/GRXConcurrentWriteable.m

@ -66,7 +66,7 @@
- (void)enqueueSuccessfulCompletion {
__weak typeof(self) weakSelf = self;
dispatch_async(_writeableQueue, ^{
typeof(self) strongSelf = self;
typeof(self) strongSelf = weakSelf;
if (strongSelf) {
BOOL finished = NO;
@synchronized (self) {

Loading…
Cancel
Save