rxjs-docs icon indicating copy to clipboard operation
rxjs-docs copied to clipboard

shareReplay is not listed in the docs

Open ladyleet opened this issue 7 years ago • 1 comments

Per an issue filed in the rxjs repo - https://github.com/ReactiveX/rxjs/issues/3184

ladyleet avatar Dec 13 '17 22:12 ladyleet

Ben wrote a description in the pr: https://github.com/ReactiveX/rxjs/pull/2443

Also, may I suggest that the description be explicit about the fact that share and shareReplay differ in that shareReplay will never unsubscribe from the source once it is subscribed even if all its subscribers unsubscribe.

samal-rasmussen avatar Dec 14 '17 08:12 samal-rasmussen