We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12033ac commit bace946Copy full SHA for bace946
examples/echo/tcp-echo/client/app/config.go
@@ -58,7 +58,7 @@ type (
58
waitTimeout time.Duration
59
MaxMsgLen int `default:"1024" yaml:"max_msg_len" json:"max_msg_len,omitempty"`
60
SessionName string `default:"echo-client" yaml:"session_name" json:"session_name,omitempty"`
61
- TcpMaxReconnectAttempts int `default:"10" yaml:"tcp_max_retry_attempts" json:"tcp_max_retry_attempts,omitempty"`
+ TcpMaxReconnectAttempts int `default:"10" yaml:"tcp_max_reconnect_attempts" json:"tcp_max_reconnect_attempts,omitempty"`
62
}
63
64
// Config holds supported types by the multiconfig package
0 commit comments