grpcbox
grpcbox copied to clipboard
Client streaming interceptors without recv_data functions
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.