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

fix: memory leak by AbortController #172

Merged
merged 4 commits into from
May 30, 2024

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    3ef0881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02ec21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f2645 View commit details
    Browse the repository at this point in the history
  4. refactor: add reason to abort controller by text

    Due to the nodejs implementation, passing an object to `abort()` will cause a memory leak, so pass a string
    usualoma committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a0be98b View commit details
    Browse the repository at this point in the history