Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated async version to ^1.5.0 #1

Closed
wants to merge 1 commit into from
Closed

Updated async version to ^1.5.0 #1

wants to merge 1 commit into from

Conversation

ohjimijimijimi
Copy link

We experienced some issues with using the latest version of express-jwt in our environment in conjunction with mochajs and supertest.

After some digging we were able to identify the issue in the async.waterfall call. For some reasons, when the async.setImmediate method is called the execution died.

Then we found this issue in the async library: caolan/async#696.

So, we updated async used by express-jwt to 1.5.0 (latest) and the problem was fixed.

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.

1 participant