Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/grpc_dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// LocalHostPort is a default host:port for worker and client to connect to.
//
// Exposed as: [go.temporal.io/sdk/client.DefaultHostPort]
LocalHostPort = "localhost:7233"
LocalHostPort = "127.0.0.1:7233"

// defaultServiceConfig is a default gRPC connection service config which enables DNS round-robin between IPs.
defaultServiceConfig = `{"loadBalancingConfig": [{"round_robin":{}}]}`
Expand Down