On Tuesday, June 11, 2019 at 12:06:44 PM UTC-7, Soheil Hassas Yeganeh wrote:
> This is the discussion thread for L52 gRFC: Require static strings for > method and host passed to grpc_channel_register_call() Consider adding a definition of what is meant by "static string". My first reaction was "Why does the linkage of the string matter? What's wrong with an extern const char* SOME_METHOD="frob";" This is about lifetime--not linkage, as you mentioned in the Rational section. That looks like a good starting point for defining a static string. -- Christopher Warrington Microsoft Corp. -- 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/23f11c81-6b5f-4bc0-aa07-80d2ee219947%40googlegroups.com.
