Thank you, Lidi! *From: *Lidi Zheng <[email protected]> *Date: *Tue, Apr 30, 2019 at 6:46 PM *To: * <[email protected]> *Cc: *grpc.io
The Python interceptor design doc has the description about the execution > order -> > https://github.com/grpc/proposal/blob/master/L13-python-interceptors.md#client-side-implementation > > > On Tue, Apr 30, 2019 at 3:25 PM benkarl via grpc.io < > [email protected]> wrote: > >> >> This is from the comments on the grpc.intercept_channel method: >> https://github.com/grpc/grpc/blob/f6c090863431b606700440d674eaca5948cffa73/src/python/grpcio/grpc/__init__.py#L1692 >> >> And here's the implementation, showing the list on inputs is reversed: >> https://github.com/grpc/grpc/blob/f6c090863431b606700440d674eaca5948cffa73/src/python/grpcio/grpc/_interceptor.py#L508 >> >> Just curious because it isn't very intuitive to me that they are given >> control in reverse order that they are provided. >> >> -- >> 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 post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/grpc-io. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/4c7ce9ab-39ab-41a2-95f3-fe595719d6df%40googlegroups.com >> <https://groups.google.com/d/msgid/grpc-io/4c7ce9ab-39ab-41a2-95f3-fe595719d6df%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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/CANinv06nyZHzZw-jN15uEiJN1w01h7Ee7Kc_SfjJtRaVJ5fUQw%40mail.gmail.com.
