Skip to content

Commit 20f3c6a

Browse files
committed
Add queue elements for debugging
1 parent 6b52729 commit 20f3c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/msp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ const MSP = {
443443
console.warn(
444444
`MSP: data request timed-out: ${requestObj.code} ` +
445445
`QUEUE: ${this.callbacks.length}/${this.MAX_QUEUE_SIZE} ` +
446+
`(${this.callbacks.map((e) => e.code)}) ` +
446447
`ATTEMPTS: ${requestObj.attempts}/${this.MAX_RETRIES}`,
447448
);
448449

0 commit comments

Comments
 (0)