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
I have a use case for a ClientInterceptor that requires I know what Channel call is being made on, but there's no way to get this information from the intercept call without passing in the channel to the Interceptor's constructor.
Does it make sense to instead pass the Channel in as a parameter to the intercept* calls?
The text was updated successfully, but these errors were encountered:
I have a use case for a ClientInterceptor that requires I know what Channel call is being made on, but there's no way to get this information from the intercept call without passing in the channel to the Interceptor's constructor.
Does it make sense to instead pass the Channel in as a parameter to the intercept* calls?
The text was updated successfully, but these errors were encountered: