-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I'm running into problems with memory leaks and ineffective garbage collection.
Steps to Reproduce
- Create an instance of the TlsClient wrapper.
- Perform a network request using the instance.
- Terminate the worker pool.
- Observe the memory not fully freeing up, leading to gradual memory build-up.
The test.js includes parts of the test I tried using Heap Snapshots
Expected Behavior
Memory is completely freed up when the worker pool is terminated, preventing any leaks and allowing for long-term stable memory usage.
Actual Behavior
Some memory remains allocated after the worker pool is terminated, leading to eventual memory overflow and crashing the application.
I've tried various approaches to identify and fix the underlying cause but haven't had any success so far.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed