The internal thread pool was improved in Basic4android v2.00 and it will now automatically queue tasks when there are no threads available to process them.
In previous versions a RejectedExecutionException would have been raised in that case.
HttpUtils was developed to handle this issue in the application level. Now that the internal framework is responsible for the tasks queue, it will be much easier to build more flexible networking modules.
I believe that the first beta version will be released on Tuesday or Wednesday...
In previous versions a RejectedExecutionException would have been raised in that case.
HttpUtils was developed to handle this issue in the application level. Now that the internal framework is responsible for the tasks queue, it will be much easier to build more flexible networking modules.
I believe that the first beta version will be released on Tuesday or Wednesday...