[Aio] Allow sequential types for server interceptors (#27818)

pull/27715/head^2
Lidi Zheng 3 years ago committed by GitHub
parent 370a06fc6a
commit 96995801d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi

@ -894,7 +894,7 @@ cdef class AioServer:
self._crash_exception = None
if interceptors:
self._interceptors = interceptors
self._interceptors = tuple(interceptors)
else:
self._interceptors = ()

Loading…
Cancel
Save