You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct, RxCombine is pre-Infallible :) We just don't have the overloads, yet. Should be trivial to add.
If you want to work on a PR it might speed things up.
RxSwift Infallible cannot fail so the publisher type should also never fail. i.e. AnyPublisher<Output, Never>
The text was updated successfully, but these errors were encountered: