Everytime session-express is called in the middleware. It creates a connect and a disconnect event on the store. These even add up and triggers the eventEmitter memory leak warning
I think it should be removed since it is not used by MemoryStore.
My current workaround is that I add a another middleware that does it for me.
Everytime session-express is called in the middleware. It creates a connect and a disconnect event on the store. These even add up and triggers the eventEmitter memory leak warning
I think it should be removed since it is not used by MemoryStore.
My current workaround is that I add a another middleware that does it for me.
I think this should be in the library
Regards,