chengxilo commented on code in PR #2884:
URL: https://github.com/apache/iggy/pull/2884#discussion_r2898993042


##########
foreign/go/client/tcp/tcp_core.go:
##########
@@ -335,7 +335,10 @@ func (c *IggyTcpClient) connect() error {
        }
        // TODO handle tls logic
        var conn net.Conn
-       if err := retry.Do(
+       if err := retry.New(

Review Comment:
   Thanks for the suggestion. Provlem solved :)



##########
foreign/go/client/tcp/tcp_core.go:
##########
@@ -335,7 +335,10 @@ func (c *IggyTcpClient) connect() error {
        }
        // TODO handle tls logic
        var conn net.Conn
-       if err := retry.Do(
+       if err := retry.New(

Review Comment:
   Thanks for the suggestion. Problem solved :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to