Open
Description
Any idea why after server.close
the process remains running?
The session middleware seems to be the cause:
app.use(session({store: 'memory'}))
Ok, it's the scheduleGc
https://github.com/curveball/session/blob/master/src/memorystore.ts#L97 ...
Metadata
Metadata
Assignees
Labels
No labels