-
Notifications
You must be signed in to change notification settings - Fork 72
Memory leak in deno #722
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
Labels
Comments
I have confirmed the culprit is the use of I tried updating the version to latest, but problem persists. Reproduction in this repo:
|
We're also seeing a memory leak when using Unleash server-side in a Svelte application. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Hello, We have been running unleash-client-node in Deno for quite a while, and are seeing a steady memory leak for each fetch/poll request. If I increase the polling to each second, it grows and is reproducible in a short time.
Steps to reproduce the bug
1.set up a long running process
2. initiate unleash
3. wait, and see memory increase
Expected behavior
Looks for me to be some retention of objects via make-fetch-happen, its not freed.
Logs, error output, etc.
Screenshots
Additional context
I can work on a fix, but would like to discuss a bit first.
Should this project even target deno?
Unleash version
No response
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: