You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of migrating from grpcio to grpclib due to the superior async support offered by grpclib
The grpcio API has the capability of specifying options to the underlying channel, specifically the grpc.http_proxy option that allows to perform transport proxying of the gRPC request. Using grpcio syntax this would look like:
I'm in the process of migrating from
grpcio
togrpclib
due to the superiorasync
support offered bygrpclib
The
grpcio
API has the capability of specifying options to the underlying channel, specifically thegrpc.http_proxy
option that allows to perform transport proxying of the gRPC request. Usinggrpcio
syntax this would look like:with the
grpc.http_proxy
piped into the C implementation here where it is consumed by this methodI have some questions about this use-case with
grpclib
:readthedocs
nor in the GH issuesThe text was updated successfully, but these errors were encountered: