RxHttp icon indicating copy to clipboard operation
RxHttp copied to clipboard

下载文件有问题。。。下载不了。

Open tflgithub opened this issue 3 years ago • 1 comments

tflgithub avatar Nov 24 '21 08:11 tflgithub

这个response根本不会有任何返回

val observableFinal = observable.map { body -> if (request is DownloadRequest) { val downloadConverter: DownloadConverter<T> = DownloadConverter(request, callback as DownloadCallback) downloadConverter.convert(body, callback.type) } else { GsonConverter<T>().convert(body, callback.type) } }.compose(RxSchedulers.ioToMain())

tflgithub avatar Nov 24 '21 08:11 tflgithub