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

receive::v2::SessionContext holds ohttp_relay when that should be a parameter to extract_req #465

Closed
DanGould opened this issue Jan 6, 2025 · 0 comments · Fixed by #470
Labels

Comments

@DanGould
Copy link
Contributor

DanGould commented Jan 6, 2025

The SessionContext is not tied to a particular OHTTP Relay and may even benefit by distributing polled requests across a few different relays.

@DanGould DanGould added the api label Jan 6, 2025
DanGould added a commit that referenced this issue Jan 13, 2025
The context may use multiple OHTTP Relays, so pass it in the extract
method instead.

fix #465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant