Artem Mylnikov

Results 2 issues of Artem Mylnikov

`PublishSubject` is not working with `ignoreErrors` function because `ignoreErrors` is synonym of `retry`. But `PublishSubject` can't `retry` by contract cause it's not operation. ```swift let subject = PublishSubject() _ =...

In my application, there are quite a few crashes with an unclear stack trace (see the screenshot). During my investigation, I found out what is happening: 1. We add a...