-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add context.Context #472
Add context.Context #472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some fixes!
P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).
This is a better approach than what I was planning, so I'm going to close #468 in favor of this PR :) Would love to see this merged! |
@duckbrain I've rebased your branch and created a new PR for it: #497. |
The implementation may work, but I haven't been able to test it and won't for some time. It does compile and existing tests still work (last I checked before merging development in).
If someone would like to verify this works, this could get merged in.
Additionally it would probably be beneficial to add this to the middleware in Buffalo to append the context on the
tx
in the context.