BUG,jsb.Downloader大概率闪断,几率太大了

版本242 安卓小米5手机 真机测试
this.pDownLoader = new jsb.Downloader();
this.pDownLoader .setOnTaskError(function()
{
console.log(‘下载失败=’);
});
this.pDownLoader.createDownloadFileTask(fileurl, this.strPath,"");
Downloader不是局部变量,其实也就是这么几行代码
文件也不算大 70多M,还是本地测试的 至少60%几率要出错,还没上外网呢 这谁敢用!
你们确定一下 是哪里的问题吧 或者怎么能调整一下?

W/System.err: java.net.SocketException: Socket closed
W/System.err: at java.net.SocketInputStream.read(SocketInputStream.java:203)
W/System.err: at java.net.SocketInputStream.read(SocketInputStream.java:139)
at org.cocos2dx.okio.Okio$2.read(Okio.java:140)
W/System.err: at org.cocos2dx.okio.AsyncTimeout$2.read(AsyncTimeout.java:237)
at org.cocos2dx.okio.RealBufferedSource.read(RealBufferedSource.java:47)
at org.cocos2dx.okhttp3.internal.http1.Http1Codec$AbstractSource.read(Http1Codec.java:363)
W/System.err: at org.cocos2dx.okhttp3.internal.http1.Http1Codec$FixedLengthSource.read(Http1Codec.java:407)
at org.cocos2dx.okio.RealBufferedSource$1.read(RealBufferedSource.java:439)
W/System.err: at java.io.InputStream.read(InputStream.java:101)
at org.cocos2dx.lib.Cocos2dxDownloader$3$1.onResponse(Cocos2dxDownloader.java:228)
at org.cocos2dx.okhttp3.RealCall$AsyncCall.execute(RealCall.java:203)
W/System.err: at org.cocos2dx.okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)

同样遇到了,请问怎么解决啊

你是打的原生包么?