JakeWharton / RxReplayingShare

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

Migrate to RxJava 3 #37

Closed ZacSweers closed 4 years ago

ZacSweers commented 4 years ago

New group and package: com.jakewharton.rx3

Used our migrator script and manually changed some API changes for subscriber tests to use cancel() and startWithItem() usages to startWithIterable()