You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sdk/scanner/Dispatcher/Dispatcher.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ export class Dispatcher extends EventEmitter {
117
117
if(!this.globalAbortController.isAborting()){
118
118
119
119
if(error.name==='AbortError'){
120
-
error.message=`The packet with request id${disptItem.uuid} was sent ${this.scannerCfg.MAX_RETRIES_FOR_RECOVERABLES_ERRORS} times and there was a timeout for each retry`
120
+
error.message=`Timeout reached for packet with request ID${disptItem.uuid}. Enqueuing again.`
0 commit comments