hezheng1978

Results 2 issues of hezheng1978

使用https地址下载容易卡死,请问https如何支持?

disposable = RxDownloadKt.download(url).observeOn(AndroidSchedulers.mainThread()).subscribe(new Consumer() { @Override public void accept(Progress progress) throws Exception { CLog.e("progress:" + progress.percentStr()); } }, new Consumer() { @Override public void accept(Throwable throwable) throws Exception { CLog.e("throwable:"+throwable.getMessage());...