Using gRPC+okhttp in Android scenarios, How to obtain network performance timing, For example, dns(nameLookupTime)/tcp(connectTime)/tls( tlsHandshakeTime)/redirectTime......
Project usage: dependencies { implementation(libs.grpc.stub) implementation(libs.grpc.protobuf.lite) implementation(libs.grpc.kotlin.stub) implementation(libs.protobuf.kotlin.lite) implementation(libs.grpc.okhttp) } distressing matter, okhttp unavailable okhttpClient, Unable to set eventListenerFactory / connectTimeout / readTimeout / writeTimeout -- 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 grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/233fa83a-aa10-48af-980b-4cf3f21c16f2n%40googlegroups.com.