Skip to content

Conversation

@ymoran00
Copy link

Did it in the most naive way - go over all files and store.get them. May be slow, but shouldn't be used sparingly anyway.

@coveralls
Copy link

coveralls commented Dec 21, 2020

Coverage Status

Coverage decreased (-1.03%) to 81.095% when pulling 28e285a on ymoran00:master into 2b6ad09 on valery-barysok:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.1%) to 81.026% when pulling f61db48 on ymoran00:master into 2b6ad09 on valery-barysok:master.

Promise.all(promises)
.then(function(result){
callback(null, result.filter(function(session) { return session !== null }))
console.dir({result})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove.

session.__lastAccess = 0;
helpers.set(SESSION_ID, session, SESSIONS_OPTIONS, function (err, json) {
helpers.getAll(FIXTURE_SESSIONS_OPTIONS, function (err, result) {
console.dir({err})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants