Closed chandlernine closed 4 years ago
real_method is an instance method and must be passed self.
real_method
self
Nevermind. My grpc_servicer was incorrectly implemented.
grpc_servicer
real_method
is an instance method and must be passedself
.