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

fix express context being lost in some cases #114

Merged
merged 1 commit into from
May 24, 2018
Merged

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented May 24, 2018

This PR fixes a bug in the express integration where the context would be lost in some cases within middlewares or route handlers. By binding the callback to the current context, this should be prevented as even if the context is lost, the callback will still be bound explicitly.

@rochdev rochdev added bug Something isn't working integrations labels May 24, 2018
@rochdev rochdev added this to the 0.2.1 milestone May 24, 2018
@rochdev rochdev merged commit 223fb9a into v0.2.1 May 24, 2018
@rochdev rochdev deleted the fix-express-context branch May 24, 2018 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants