Hi,
Using Titanium 3.1.3 GA and building for Android only.
I'm making XML-RPC calls using a modified (Titanium support) version of mimic.js.
If I make an XMLRPC call it responds correctly but if I then quickly make another XMLRPC call the onerror is fired with a code -1 i.e. a timeout. If I wait a few seconds after the first call before I make the second call then the second call responds correctly.
I know that the server is receiving my request and sending the correct response but the second call onload does not get fired, only onerror with a timeout, unless, as I've said, I introduce delays, which is unacceptable.
Anyone else experiencing this or know of a solution?
TIA
Vic