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


##########
foreign/go/client/tcp/tcp_core.go:
##########
@@ -644,7 +652,8 @@ func (c *IggyTcpClient) shutdown() error {
                }
        }
 
-       c.state = iggcon.StateShutdown
+       c.transportState = iggcon.TransportStateShutdown
+       c.sessionState = iggcon.SessionStateUnauthenticated

Review Comment:
   Found the same issue in 
https://github.com/apache/iggy/pull/3621#discussion_r3575236369, to avoid 
conflict with  #3621, I would not touch it.



-- 
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