Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: replace setTimeout with AbortSignal.timeout #111

Open
SgtPooki opened this issue Apr 4, 2024 · 0 comments
Open

bug: replace setTimeout with AbortSignal.timeout #111

SgtPooki opened this issue Apr 4, 2024 · 0 comments

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Apr 4, 2024

#102 (comment)

setTimeout(() => {
this.log.trace('request timed out for url "%s"', url)
opController.abort()
}, timeout)

@SgtPooki SgtPooki changed the title remove setTimeout bug: replace setTimeout with AbortSignal.timeout Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant