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

Reorder Event and Context. #224

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

fabianfett
Copy link
Member

Fixes #89, for ByteBufferLambdaHandler and EventLoopLambdaHandler protocol.

In the new LambdaHandler protocol, the event already is in front of the context. Let's do the same for ByteBufferLambdaHandler and EventLoopLambdaHandler.

@fabianfett fabianfett added the ⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0 label Aug 24, 2021
@fabianfett fabianfett added this to the 1.0.0-alpha.1 milestone Aug 24, 2021
@fabianfett fabianfett requested a review from tomerd August 24, 2021 22:10
@tomerd tomerd merged commit dbd675d into swift-server:main Aug 24, 2021
@fabianfett fabianfett deleted the ff-change-context-event-order branch August 24, 2021 22:32
Copy link
Contributor

@ktoso ktoso left a comment

Choose a reason for hiding this comment

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

Great to see it, thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reorder context, future-proof for a tracing context world
3 participants