there is an unbelieveable problem that we found from our server side.in some situation for some user the same request duplicate 2~3 times in 1 SECOND! more than 100 times in 1 MINUTE!it is very crazying!
so i unzipped HTTP.jar and B4AShared.jar and try to find out what b4a do for HTTP.i found you are using a threadpool to process the http task.as far as i know,there is no direct evidence to prove that this crazy thing is caused by B4A.But can you have a think if B4A has the possibility?
in the decompile,i have trouble to analyse this method in B4AThreadPool.class:
why can Future f; be declared twice?i have tried on eclipse,it will have compile error.
in addition,not all the devices happen,and i can confirm that it is not caused by app frequently call.
it only happen on specific time and specific device for sepcific user.
Help Me!