bangarharshit / Rx-Error-Prone

A set of static analysis tools (error prone checks and lint) to catch common Rx-Java mistake.
MIT License
6 stars 0 forks source link

Rx Lifecycle issues. #4

Open bangarharshit opened 6 years ago

bangarharshit commented 6 years ago

Rx lifecycle is problematic for Single and Completable types. Check this post

Another check is that compose should be put just before subscription. It is similar to autodispose.