fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.15k stars 383 forks source link

-connect-fail-fast=false doesn't work #333

Open micheljung opened 1 month ago

micheljung commented 1 month ago

Neither on Windows 11 nor with the Docker image.

grpcui --version
grpcui v1.4.1
grpcui --open-browser=false -plaintext -connect-fail-fast=false -connect-timeout=1 127.0.0.1:9000
Failed to dial target host "127.0.0.1:9000": dial tcp 127.0.0.1:9000: connectex: No connection could be made because the target machine actively refused it.

<program exists>

As soon as the gRPC server is running:

grpcui --open-browser=false -plaintext -connect-fail-fast=false -connect-timeout=1 127.0.0.1:9000
gRPC Web UI available at http://127.0.0.1:13540/