请指教一下,如何取消网络请求?
PiPiCaptain opened this issue · 0 comments
PiPiCaptain commented
mCompositeSubscription.unsubscribe();
这句代码,经过测试,只是取消了rxjava的订阅,网络请求还是在进行。
怎么样取消网络请求?
PiPiCaptain opened this issue · 0 comments
mCompositeSubscription.unsubscribe();
这句代码,经过测试,只是取消了rxjava的订阅,网络请求还是在进行。
怎么样取消网络请求?