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 1dab23a commit c8ece83Copy full SHA for c8ece83
src/connection.ts
@@ -359,9 +359,9 @@ export class OperationsQueue {
359
this.isProcessing = true
360
const operation = this.queue.shift()
361
operation?.(error => {
362
- if (error) {
363
- console.warn('OperationQueue.processNext - error in operation', error)
364
- }
+ // if (error) {
+ // console.warn('OperationQueue.processNext - error in operation', error)
+ // }
365
366
// process the next operation in the queue
367
this.processNext()
0 commit comments