I'm seeing extremely high latency establishing new connection and sending in the first request (simple ping/pong). It's taking ~ 80 ms to just do the initial handshake,HTTP2 settings exchange etc.
Here's a Wireshark capture of the packets between a grpc client and server running on the same host and you can see the actual RPC request is made ~ 100ms.

Not sure If I have something misconfigured, just wanted to confirm if this is normal?
What version of gRPC are you using?
1.12.0
I'm seeing extremely high latency establishing new connection and sending in the first request (simple ping/pong). It's taking ~ 80 ms to just do the initial handshake,HTTP2 settings exchange etc.
Here's a Wireshark capture of the packets between a grpc client and server running on the same host and you can see the actual RPC request is made ~ 100ms.
Not sure If I have something misconfigured, just wanted to confirm if this is normal?
What version of gRPC are you using?
1.12.0