Using both AbortSignal.timeout(2000) and a manual Promise.race timeout creates redundant timeout mechanisms. Consider removing the manual timeout Promise on line 54-56 since AbortSignal.timeout already handles the timeout.
Originally posted by @Copilot in #33 (comment)
Using both AbortSignal.timeout(2000) and a manual Promise.race timeout creates redundant timeout mechanisms. Consider removing the manual timeout Promise on line 54-56 since AbortSignal.timeout already handles the timeout.
Originally posted by @Copilot in #33 (comment)