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

Add gRPC streaming for code first approach #2494

Open
vasylstrogushr opened this issue Jul 24, 2024 · 0 comments
Open

Add gRPC streaming for code first approach #2494

vasylstrogushr opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vasylstrogushr
Copy link

There is no approach using gRPC streaming in .Net Code First approach.
One of the solution is to use IAsyncEnumerable but it is not for a streaming but mostly about duplex connection.

P.S. If using protobuff first approach it works fine but in .Net ecosystem I would like rather use code first approach with Code First Grpc Reflection to provide contracts to other services that sending protofiles.

@vasylstrogushr vasylstrogushr added the enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant