Hey guys, when mapping observable to state objects...
# rx
u
Hey guys, when mapping observable to state objects, i.e. Started, Success, Error, and using on onErrorReturn, all exceptions get caught, potentially masking bugs, not just expected ioexceptions etc., any way around this? or is this a good idea at all? I kind of like letting app crash if something illegal happened