5 ms·
My var story was a little harder scoping issue where a variable held the information for a pending call. It would asynchronously process the call, then mark the
by codejoust 15y ago
My var story was a little harder scoping issue where a variable held the information for a pending call. It would asynchronously process the call, then mark the call as completed. Well, if there were more than one call going through, the callback was only getting one record, causing it to repeat the call about five times before I caught it and fixed the scoping.