roccomuso / memorystore

express-session full featured MemoryStore layer without leaks!
MIT License
120 stars 20 forks source link

why is the original memory store "memory leaking" #29

Closed christopherreay closed 3 years ago

christopherreay commented 3 years ago

The original express memory store is memory leaking deliberately to allow easy debugging of issues during development.

:) useful to understand that for dev users

roccomuso commented 3 years ago

Last time I talked with express maintainers (years ago) it was not leaking deliberately. There are other ways to debug issues in prod.