fix(delegate-task): recover aborted-operation messages in sync flows
This commit is contained in:
@@ -34,6 +34,10 @@ function shouldAttemptPollErrorRecovery(pollError: string): boolean {
|
||||
return true
|
||||
}
|
||||
|
||||
if (/^the operation was aborted\.?$/iu.test(trimmed)) {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user