Skip to content

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. #35

Description

@silentius-satoshi

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions