- Home /
Troubles with network in development build with Android
Hi,
I'm experimenting some issues when compiling in development build for Android.
Many WWW requests give me timeout.
This problem happens randomly.
I got to follow a process which needs a succession of 7-8 WWW requests. So I launch the first one and check if it is done in the Update. When it is done I launch the next one, and so on...
The problem I have in development build is that sometimes they all returns OK but most of the times one of them returns a timeout. I tried to increase the timeout but got no changes except I've got to wait longer until it times-out!
Even when all the requests passe they take much more time than when it running in release build.
And of course when I'm in release build It all runs smoothly.
Has anyone experimented that kind of issues?