Skip to content

Support writing to response stream with gRPC-Web middleware #1993

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

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Dec 20, 2022

Addresses dotnet/yarp#1968

tldr; gRPC-Web server middleware can run independently of Grpc.AspNetCore. However, it only supports writing to Response.BodyWriter (that's what Grpc.AspNetCore uses). Update to support Response.Body

@JamesNK
Copy link
Member Author

JamesNK commented Dec 20, 2022

cc @Tratcher

@JamesNK JamesNK merged commit 8474b75 into grpc:master Dec 20, 2022
@JamesNK JamesNK deleted the jamesnk/grpcweb-stream branch December 20, 2022 23:03
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.

None yet

3 participants