使用AndroidAsyncHttp的ScheduledThreadPoolExecutor

时间:2016-01-25 04:42:31

标签: java android asynchronous android-async-http

我正试图通过Accuracy: 0.8203 每秒运行AsyncHttpClient。我自己运行它时工作正常,但当我把它放在ScheduledThreadPoolExecutor时它会返回以下错误:

ScheduledThreadPoolExecutor https://github.com/loopj/android-async-http/issues/751

我做错了什么?看来我只是把异步任务放在另一个线程中,为什么这会迫使它进入同步模式?

IllegalArgumentException: Synchronous ResponseHandler used in AsyncHttpClient

0 个答案:

没有答案