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
But there is no WithStream..Interceptor option to add them to a client or server. Would be great if this could be added so such interceptors can be used for streaming calls.
The text was updated successfully, but these errors were encountered:
The unary calls for adding interceptors already exist:
WithUnaryServerInterceptor
WithUnaryClientInterceptor
Interfaces for stream interceptors exists as well:
StreamServerInterceptor
StreamClientInterceptor
But there is no
WithStream..Interceptor
option to add them to a client or server. Would be great if this could be added so such interceptors can be used for streaming calls.The text was updated successfully, but these errors were encountered: