shabbyrobe / grpc-stubs

gRPC typing stubs for Python
MIT License
35 stars 21 forks source link

enable_server_reflection should allow aio server instances #38

Closed jeffsawatzky closed 1 year ago

jeffsawatzky commented 1 year ago

Description of issue

enable_server_reflection currently only allows the sync server, but if you look at the code it allows for the aio.Server too.