I'm using Android Azure Mobile Services SDK to connect to Azure Mobile Services. When I use invokeApi of MobileServiceClient, everything is fine when the Api complete within 60 seconds.
However, when my method of this Api gets longer than 1 minute, the "exception" in the "onCompleted" method shows "Error while processing request".
And I search all the documents about the Android Azure Mobile Services SDK and the class MobileServiceClient, I can't find any setting regarding to this around 60 seconds timeout setting for me to configure.
Could anyone shed some light on it?
thanks alot.