socotecio / django-socio-grpc

gRPC for Django.
https://django-socio-grpc.readthedocs.io/
Apache License 2.0
104 stars 22 forks source link

Remove migration_thread_pool server argument for async server #245

Open AMontagu opened 11 months ago

AMontagu commented 11 months ago

https://grpc.github.io/grpc/python/grpc_asyncio.html#grpc.aio.server

Only needed for sync or migration purpose. Will be good to set it to None and remove command argument max-workers.