Beginning RxCocoa Table Issue for Completable

Hello Reactive Friends,

In the Beginning RxCocoa chapter, there’s a super handy table recapping all of the differences between observable types/traits.

However, while going over this with someone else on our team, we realized that Completable has Shares Effect checked off, but according to the official docs here RxSwift/Traits.md at main · ReactiveX/RxSwift · GitHub it says " * Doesn’t share side effects.". When thinking about it, it makes sense that only Driver and Signal share effects by default since that’s what the book notes, while it doesn’t note anything about a Completable sharing effects. So I believe it’s an error that should be corrected.

This topic was automatically closed after 166 days. New replies are no longer allowed.