Forum Discussion
NathanSmith-adf
2 years agoCommunity Member
Course published as AICC will quit reporting status after connection failure.
I would like to report a bug we have experienced in production last week which I tracked down today. I am the developer responsible for our LMS I do not directly build courses myself.
We had 4 pe...
NathanSmith-adf
2 years agoCommunity Member
Ok so not actually try catch it's adding an onerror to objXMLHTTP and it does not die.
objXMLHTTP.onerror = function () {
waitingAiccResponse = false;
WriteToDebug("SubmitFormUsingXMLHTTP send failed");
};
It could also queue the failed request but as i see it the queue is really almost more of a liability as you open up the firehose and flood the server with duplicate requests and possible race conditions.
Lets say you really did loose internet for 2 minutes because the power flickered and rebooted your modem. You would really just want the last AICC PUTPARAM not the last 30-300+ the array has no max count check. You really want the last copy of each type GETPARAM, PUTPARAM and EXITAU in that order.
Related Content
- 10 months ago
- 10 months ago
- 10 months ago