I’ve recently upgraded my project to use the Corona Network V2.0 code. I’m developing for iOS and monitor logs by using the iPhone Configuration Utility. Ever since upgrading the Network codebase, I’ve noticed this message displaying somewhat often after making network requests:
\<Warning\>: ERROR: Error during request, code: -1001, details: The request timed out.
This seems like a simple “request has timed out” message. Can anyone confirm that this the extent of the error? I ask because I seem to now have some duplicate requests going out (sending a message to one of my users results in getting one message near-instantly and another copy of that same message several moments later – usually around 30 seconds later).
The duplicate message could be a client- or server-side logic error on my part, but I’m becoming more and more suspicious of this constantly occurring error. I never had this error logged when using the old Corona Network code.