Skip to content

fix: Update Rack context management to use hash - #1

Merged
rsamoilov merged 1 commit into
rage-rb:fix/rack-fiber-safe-context-detachmentfrom
kaylareopelle:fiber-safe-context-with-multi-app-fix
Aug 14, 2026
Merged

fix: Update Rack context management to use hash#1
rsamoilov merged 1 commit into
rage-rb:fix/rack-fiber-safe-context-detachmentfrom
kaylareopelle:fiber-safe-context-with-multi-app-fix

Conversation

@kaylareopelle

Copy link
Copy Markdown
Collaborator

Now, the request itself will be attached to its context in a hash, allowing the specific context associated with that hash to be detached on finish.

This should resolve issues with fiber-based frameworks and Sinatra environments that mount multiple apps.

Relates to:

Now, the request itself will be attached to its context in a hash,
allowing the specific context associated with that hash to be detached
on finish.

This should resolve issues with fiber-based frameworks and Sinatra
environments that mount multiple apps.
@rsamoilov
rsamoilov merged commit fa8b087 into rage-rb:fix/rack-fiber-safe-context-detachment Aug 14, 2026
11 checks passed
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