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
Wed, Nov 27, 9:45 PM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2591773
Default Alt Text
D11501.diff (570 B)

Event Timeline