Donations: Introduce timeouts in early stages of the workflow
This commit is contained in:
parent
7ef40c64c4
commit
fd794ae90d
42 changed files with 198 additions and 109 deletions
|
@ -282,7 +282,7 @@ export class SocketManager extends EventListener {
|
|||
try {
|
||||
await sleep(timeout, reconnectController.signal);
|
||||
} catch {
|
||||
log.info('reconnect cancelled');
|
||||
log.info('reconnect canceled');
|
||||
return;
|
||||
} finally {
|
||||
if (this.#reconnectController === reconnectController) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue