thank you :) On Tuesday, 1 March 2022 at 16:56:13 UTC Lidi Zheng wrote:
> Yes, gRPC Reflection supports AsyncIO. It picks implementation based on > the input server type. > > On Tuesday, March 1, 2022 at 8:51:32 AM UTC-8 Lidi Zheng wrote: > >> The code can be found here: >> https://github.com/grpc/grpc/blob/master/src/python/grpcio_reflection/grpc_reflection/v1alpha/reflection.py >> >> On Tuesday, March 1, 2022 at 3:08:49 AM UTC-8 [email protected] wrote: >> >>> Hi >>> >>> Can gRPC Reflection be safely used by the `grpc.aio` implementation. I >>> have added `reflection.enable_server_reflection()` to an async server, and >>> it works, but am wondering if it has any known side effects, as it's not >>> part of the `aio` package? >>> >>> Thanks >>> >>> Adrian >>> >> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/bb2c6e43-7e1e-4f82-ae4d-2d39f35412aan%40googlegroups.com.
