grpcbox icon indicating copy to clipboard operation
grpcbox copied to clipboard

Client streaming interceptors without recv_data functions

Open tsloughter opened this issue 6 years ago • 0 comments

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.

tsloughter avatar Jun 29 '18 21:06 tsloughter