The unused-promise Lint identified an issue here. Since we don't handle promise rejections from this code, there is a risk of crashing the keyserver.
To avoid that, in this diff I wrap the call with ignorePromiseRejections.
Depends on D10181
Differential D10182 Authored by ashoat on Dec 4 2023, 1:21 PM.
Details Summary The unused-promise Lint identified an issue here. Since we don't handle promise rejections from this code, there is a risk of crashing the keyserver. To avoid that, in this diff I wrap the call with ignorePromiseRejections. Depends on D10181 Test Plan Flow
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptDec 4 2023, 1:21 PM2023-12-04 13:21:03 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Dec 4 2023, 2:02 PM2023-12-04 14:02:42 (UTC-8) Harbormaster completed remote builds in B24777: Diff 34240.Dec 4 2023, 8:52 PM2023-12-04 20:52:01 (UTC-8) This revision is now accepted and ready to land.Dec 5 2023, 6:07 AM2023-12-05 06:07:34 (UTC-8) Closed by commit rCOMM1277963cf3de: [keyserver] Ignore promise rejections from state check mechanism (authored by ashoat). · Explain WhyDec 5 2023, 12:33 PM2023-12-05 12:33:16 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34316 keyserver/src/socket/socket.js
|