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/9ff5690e-6ffd-474a-b57f-a955b32fb09dn%40googlegroups.com.
