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(server): add context event properties #3429

Merged
merged 3 commits into from Dec 8, 2023

Conversation

jorgeepc
Copy link
Contributor

@jorgeepc jorgeepc commented Dec 6, 2023

This PR adds event properties in the context so it can be accessed from workers.

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@jorgeepc jorgeepc self-assigned this Dec 6, 2023
@jorgeepc jorgeepc marked this pull request as ready for review December 6, 2023 23:15
@@ -372,42 +371,6 @@ func (app *App) Start(opts ...appOption) error {
return nil
}

var (
Copy link
Collaborator

Choose a reason for hiding this comment

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

good cleanup!

@jorgeepc jorgeepc merged commit 6d6143a into main Dec 8, 2023
38 checks passed
@jorgeepc jorgeepc deleted the fix-event-properties-in-context branch December 8, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants