Open hussam-almarzoq opened 1 year ago
The grpc.server expects the interceptors parameter to be a list of ServerInterceptor objects not classes. This fix would instantiate them before passing them to the grpc.server
grpc.server
interceptors
ServerInterceptor
The
grpc.server
expects theinterceptors
parameter to be a list ofServerInterceptor
objects not classes. This fix would instantiate them before passing them to thegrpc.server