-
-
Notifications
You must be signed in to change notification settings - Fork 620
Memory leak with Node.js 20+ #2537
Copy link
Copy link
Closed
mswjs/interceptors
#755Labels
bugSomething isn't workingSomething isn't workingscope:nodeRelated to MSW running in NodeRelated to MSW running in Node
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingscope:nodeRelated to MSW running in NodeRelated to MSW running in Node
Type
Fields
Give feedbackNo fields configured for issues without a type.
Prerequisites
Environment check
mswversionNode.js version
20.13.0
Reproduction repository
https://github.com/leaveswoods/msw-mem-leak
Reproduction steps
./runMswMinimalTest.shCurrent behavior
The heap usage is increasing significantly after test with msw even though
Expected behavior
The heap usage should not increase overtime with msw enabled.