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

Observable onCreate shouldn't be used in Rx1. #1

Closed bangarharshit closed 6 years ago

bangarharshit commented 6 years ago

Only the variant with no backpressure. It is deprecated in 1.3 but can be useful for older versions.