Join Slack
Powered by
When having a button click that starts api call, w...
# rx
u
ubu
04/19/2018, 11:51 AM
When having a button click that starts api call, what would be the best way to cancel this call? I’m using
Observable
when working with
Retrofit2
. Don’t know what to choose to cancel this call: using
takeUntil()
operator or disposing
Disposable
. Thank you.
2
Views
Open in Slack
Previous
Next