ReactiveObjC
ReactiveObjC copied to clipboard
The 2.x ReactiveCocoa Objective-C API: Streams of values over time
https://github.com/ReactiveCocoa/ReactiveObjC/blob/1af6617f007cae727dce48d2031cc1e66d06f04a/ReactiveObjC/RACSignal%2BOperations.m#L215 I understand that current code prevents earlier stream completion, but it's not needed if subscription is cancelled. Also completion is delayed but it can be called just right after...
this is the messages: MACH_Exception EXC_BAD_ACCESS KERN_INVALID_ADDRESS fault_address:0x0000036e4972657e Thread 0 name: com.apple.main-thread cache_t::shouldFlush(objc_selector*, void (*)()) const (in libobjc.A.dylib) _method_setImplementation (in libobjc.A.dylib) -[NSObject(RACDeallocating) rac_deallocDisposable] NSObject+RACDeallocating.m:94
Fixes a compilation error encountered in Electron as a result of Chromium enabling the `-Wimplicit-const-int-float-conversion` compilation flag in [this CL](https://chromium-review.googlesource.com/c/chromium/src/+/3001416). Compilation Failure ``` ../../third_party/squirrel.mac/vendor/ReactiveObjC/ReactiveObjC/RACQueueScheduler.m:52:62: error: implicit conversion from 'long' to...
use RACObserve caused a crash: creash info: #56 Thread NSInternalInconsistencyException An instance 0x178201b40 of class AVPlayerItem was deallocated while key value observers were still registered with it. Current observation info:...
If there are too many background RACSignal, queue performance problem will occur
endless loop at "RACSwizzleForwardInvocation", device iOS 14+
- replace OSAtomic with stdatomic