daleswift

Results 4 issues of daleswift

Adresses issue https://github.com/CombineCommunity/RxCombine/issues/34

RxSwift Infallible cannot fail so the publisher type should also never fail. i.e. AnyPublisher

Repeated calls to `currentSuperProperties` and `unregisterSuperProperty` can cause a crash. We are seeing this occur frequently in our production app. ``` Thread 22 Crashed: 0 libsystem_kernel.dylib 0x00000001e231dfbc __pthread_kill + 8...

``` func retry(_ retries: Int, withBackoff initialBackoff: Int, condition: ((E) -> Bool)? = nil) -> Publishers.TryCatch where T == Self.Output, E == Self.Failure { return self.tryCatch { error -> AnyPublisher...