Android Question HTTPUtil - max 40 task?

gigi0ne

Member
Licensed User
Longtime User
first of all, apologise for my english

problem:

I have to download 87 files from an internet server,
do this by calling this function:

HttpUtils.CallbackUrlDoneSub = "ImageUrlDone"
HttpUtils.DownloadList ("Images", links)

the log says

*** Service (starter) Create ***
** Service (starter) Start **

and after exactly 40 calls of ProcessNextTask (HtppUtilService) says

** Service (httputilsservice) Destroy **

is there any maximum limit of tasks that are passed to DownLoadList (HttpUtils)?

I hope you understood what I'm asking for ..
 

MarkusR

Well-Known Member
Licensed User
Longtime User
i believe okhttputils2 is the newer library.
 
Upvote 0
Top