You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
micheljung
changed the title
-connect-fail-fast=false doesn't seem to work
-connect-fail-fast=false doesn't work on Windows
Aug 18, 2024
micheljung
changed the title
-connect-fail-fast=false doesn't work on Windows
-connect-fail-fast=false doesn't work
Aug 18, 2024
Neither on Windows 11 nor with the Docker image.
As soon as the gRPC server is running:
The text was updated successfully, but these errors were encountered: