我正试图通过Accuracy: 0.8203
每秒运行AsyncHttpClient
。我自己运行它时工作正常,但当我把它放在ScheduledThreadPoolExecutor
时它会返回以下错误:
ScheduledThreadPoolExecutor
https://github.com/loopj/android-async-http/issues/751
我做错了什么?看来我只是把异步任务放在另一个线程中,为什么这会迫使它进入同步模式?
IllegalArgumentException: Synchronous ResponseHandler used in AsyncHttpClient