fengsp / django-grpc-framework

gRPC for Django.
https://djangogrpcframework.readthedocs.io/
Apache License 2.0
390 stars 52 forks source link

Fix interceptors #44

Open hussam-almarzoq opened 1 year ago

hussam-almarzoq commented 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