-
-
Notifications
You must be signed in to change notification settings - Fork 875
Description
I am intermittently getting an error while making Parse cloud calls using iOS SDK, (calls our cloud code method implemented on parse)
Its either this error,
The network connection was lost. (Code: 100, Version: 1.7.5)
or
failed with error message: Request timed out (Code: 141, Version: 1.7.5)
We have Android client making same requests but it doesn't throw these errors. Also, I confirmed the internet connectivity and tried on different networks to confirm the issue.
We tried following approaches to reproduce the issue,
A1 - iOS Client calls cloud code methods using Parse SDK (* Issue reproduced)
A2 - iOS Client calls cloud code methods using REST API call with NSURLConnection (* Issue reproduced)
A3 - iOS Client fetches data by using REST API query with NSURLConnection (** Issue NOT reproduced)
Any inputs on debugging this issue would be very helpful.