We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d256dce commit 0ccce10Copy full SHA for 0ccce10
backend/pkg/transport/network/tcp/client.go
@@ -49,6 +49,7 @@ func (client *Client) Dial() (net.Conn, error) {
49
50
if err == nil {
51
client.logger.Info().Msg("connected")
52
+ client.currentRetries = 0
53
return conn, nil
54
}
55
if client.config.Context.Err() != nil {
0 commit comments