First, just want to say this library has been a great way to get started and manage Python gRPC interceptors. Thanks for your contributions.
I've seen that server aio interceptor support was added as an outcome of #8, but it seems that this library still lacks support for grpc.aio._interceptor.ClientInterceptor.
I'm wondering if there was a particular challenge to implementing aio support on the client side? Or was it for lack of immediate interest? If so, how large of a lift would it be to get support for grpc.aio._intercept.ClientInterceptors?
First, just want to say this library has been a great way to get started and manage Python gRPC interceptors. Thanks for your contributions.
I've seen that server aio interceptor support was added as an outcome of #8, but it seems that this library still lacks support for grpc.aio._interceptor.ClientInterceptor.
I'm wondering if there was a particular challenge to implementing aio support on the client side? Or was it for lack of immediate interest? If so, how large of a lift would it be to get support for
grpc.aio._intercept.ClientInterceptors?