JakeWharton / RxReplayingShare

An RxJava transformer which combines replay(1), publish(), and refCount() operators.
Apache License 2.0
626 stars 28 forks source link

update README.md with replay(1).autoConnect(1) #38

Closed kaushikgopal closed 4 years ago

kaushikgopal commented 4 years ago

This one always tripped me up as well.

JakeWharton commented 4 years ago

Ah, great! I felt like I was missing one when making the table but couldn't put my finger on it.