Page MenuHomePhorge

D11501.1767255315.diff
No OneTemporary

Size
570 B
Referenced Files
None
Subscribers
None

D11501.1767255315.diff

diff --git a/lib/components/keyserver-connection-handler.js b/lib/components/keyserver-connection-handler.js
--- a/lib/components/keyserver-connection-handler.js
+++ b/lib/components/keyserver-connection-handler.js
@@ -178,8 +178,10 @@
throw e;
} finally {
if (!hasBeenCancelled()) {
- await sleep(AUTH_RETRY_DELAY_MS);
- setInProgress(false);
+ void (async () => {
+ await sleep(AUTH_RETRY_DELAY_MS);
+ setInProgress(false);
+ })();
}
}
},

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 1, 8:15 AM (22 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5875402
Default Alt Text
D11501.1767255315.diff (570 B)

Event Timeline