forked from othiym23/node-continuation-local-storage
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
Description
We upgraded to Node 8 yesterday, and are now seeing memory leaks. Taking some heap snapshots I can see the _contexts map growing all the time. We run 4.2.2, so it shouldn't be the memory leak fixed recently.
It's hard to follow the code, but I would guess this is related to how the promises are handled. At least it seems the contexts are not always removed from the map.