<@U0A97FVU2>: With Rx I use `subscribe` and `unsub...
# kovenant
t
@mplatvoet: With Rx I use
subscribe
and
unsubscribe
which allows for unregistering
onError
onSuccess
callbacks (i.e. when destorying a fragment while the API request is still pending). How do you tackle this, just by checking the state of the fragment inside the callbacks?