We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b52729 commit 20f3c6aCopy full SHA for 20f3c6a
src/js/msp.js
@@ -443,6 +443,7 @@ const MSP = {
443
console.warn(
444
`MSP: data request timed-out: ${requestObj.code} ` +
445
`QUEUE: ${this.callbacks.length}/${this.MAX_QUEUE_SIZE} ` +
446
+ `(${this.callbacks.map((e) => e.code)}) ` +
447
`ATTEMPTS: ${requestObj.attempts}/${this.MAX_RETRIES}`,
448
);
449
0 commit comments