You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ongrpcbox_client
functions to read from the stream.The text was updated successfully, but these errors were encountered: