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

Client streaming interceptors without recv_data functions #2

Open
tsloughter opened this issue Jun 29, 2018 · 0 comments
Open

Client streaming interceptors without recv_data functions #2

tsloughter opened this issue Jun 29, 2018 · 0 comments

Comments

@tsloughter
Copy link
Owner

Current client implementation on the client branch provides send and recv functions for interacting with the server. This was done to make interceptors work.

If the user simply uses receive to get the stream data no interceptors will run. Preferably this would not be the case and allow for users to have to rely on grpcbox_client functions to read from the stream.

sebastiw pushed a commit to sebastiw/grpcbox that referenced this issue Dec 10, 2020
support asynchronous responses to unary requests.
tsloughter pushed a commit that referenced this issue Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant