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

feat: introduce outgoing-request.into-incoming-request #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rvolosatovs
Copy link
Contributor

@rvolosatovs rvolosatovs commented Dec 4, 2023

Closes #89

I wish there was a nicer way to handle this, but I am not sure what it could look like at the moment.

This does not support body streaming in a single-threaded context, but at least it allows for invoking incoming-handler.handle

@rvolosatovs rvolosatovs force-pushed the feat/outgoing-request-into-incoming branch from 0de9ec8 to b641ebf Compare December 4, 2023 13:14
@pchickey
Copy link
Contributor

pchickey commented Dec 4, 2023

This issue is complicated and I want to spend time figuring out what we can do to solve it, but I don't believe that we should make this addition to the spec before releasing Preview 2 (0.2.0). Since this is additive, it is potentially a candidate for including in 0.2.1, but right now I want to hold off - sound ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow guests to construct and asynchronously write to incoming-request
2 participants