Page MenuHomePhabricator

D11501.diff
No OneTemporary

D11501.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
Sun, Nov 24, 8:51 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577284
Default Alt Text
D11501.diff (570 B)

Event Timeline