Hi Peter,
I added the following 2 items in BitmapAjaxCallback as a small workaround for
now.
public static boolean isTasksQueueEmpty() {
return queueMap.isEmpty();
}
public static int getTasksQueueLength() {
return queueMap.size();
}
It would be really useful to be able to see if any requests are still pending
in both the image handling and the ajax side. That way if I issue 10 async
requests I can wait until I have all responses back before carrying on.
Not sure if this is the best solution to the problem.
Matt
Original issue reported on code.google.com by tinyeeliu@gmail.com on 18 Aug 2012 at 6:28
Original issue reported on code.google.com by
tinyeeliu@gmail.com
on 18 Aug 2012 at 6:28