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 in ts client. #61

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Commits on Jul 5, 2024

  1. fix memory leak in ts client.

    Old Promises including their return values were not garbage collected, because they were not removed from the `_requests` Map.
    
    fixes #60
    Simon-Laux committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    16654cb View commit details
    Browse the repository at this point in the history
  2. move delete function up

    Simon-Laux committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    931d8a2 View commit details
    Browse the repository at this point in the history