Hi everyone, I’m about to move from rx1 to rx2. I’...
# rx
r
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
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
I dont have nulls in Rx I guess… now moving into rx2
and I did it 🙂
p
Congrats :)