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

Octane fixes #921

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Octane fixes #921

merged 2 commits into from
Jul 17, 2024

Conversation

stayallive
Copy link
Collaborator

@stayallive stayallive commented Jul 15, 2024

  • Stop holding a reference to the container in our middleware, this prevents us from correctly registering a terminating callback causing the request to not be traced (or possibly traces to be extremely long since they span multiple requests). This is Octane specific, works fine in a normal Laravel/Lumen context
  • As reported by Getting this error after switching production to roadrunner #917 in some cases (not 100% clear what) the route name can be a Closure, add a preventitive guard against that

@stayallive stayallive merged commit bea6615 into master Jul 17, 2024
25 checks passed
@stayallive stayallive deleted the octane-fixes branch July 17, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants