-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
my test interceptor code:
import grpc
from loguru import logger`
class ValidateInterceptor(grpc.ServerInterceptor):
def intercept_service(self, continuation, handler_call_details):
logger.info('this is my interceptor')
return continuation(handler_call_details)
i think there is something wrong in djangogrpcframework settings while handling interceptor path, it needs the () to instantiate the class which imports from the settings with string. Could you help me take a look?
Metadata
Metadata
Assignees
Labels
No labels