Hi everyone, I’m about to move from rx1 to rx2. I’ve read this https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0 and used rx2 before but it seems that I can stay with Observable type (android) and just move dependencies (retrofit) to rx2. Is there anything I should know before moving ?
p
Paul Woitaschek
04/14/2017, 9:05 AM
rwachol:no more nulls in RxJava
☝️ 1
And non deliverable exceptions will now crash your app
If you call cache and get an error it will be routed to the rxjava plugin
r
rwachol
04/14/2017, 9:11 AM
I dont have nulls in Rx I guess… now moving into rx2