Hi everybody, I have some problems with Http requests, I make a VOIP soft (which use a C librairy with JNI, I have no access to the source code) and I have to send Http requests with my app using DefaultHttpClient.execute().
When there is no VOIP communication in progress the request execution is ok, but if there is a communication in progress, the request cannot be execute (time out). The connection is wifi, so it's enought to support the flows. It sems the request is not transmitted to the network. I thought it was due to an android limitation (the system allow a bandwidth to an app) but I also tried to do these requests with another app, same result.... Any ideas ? Thank you for your help. Erwan P. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

