tangzhihong

Results 2 comments of tangzhihong

为什么官方不自己写一个独立的线程池来回调,这是我的 ``` public class AsyncCaller { static ExecutorService executorService = Executors.newFixedThreadPool(10); public static void call(final Callable callable) { call(callable, null); } public static void call(final Callable callable, final AsyncResponseListener listener)...

嗯,估计之前有几个人报这个错误,如果排除网络原因,也是这个问题