Hello everyone, I am trying to make a gRPC client to use a specific exit interface. For that, I am setting the value for the "socket_mutator" in the channel_arguments. I defined a function that takes a socket as an argument and modifies it however I receive a: *TypeError: Expected int, bytes, or behavior, got <class 'function'>*
Does someone know what should I place in the socket_mutator value instead? Thank you for your time. -- 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/5fd9ea4a-f896-449f-b71c-13604e053953n%40googlegroups.com.
