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


##########
foreign/go/contracts/state.go:
##########
@@ -17,30 +17,45 @@
 
 package iggcon
 
-type State uint8
+type TransportState uint8
 
 const (
-       StateShutdown State = iota
-       StateDisconnected
-       StateConnecting
-       StateConnected
-       StateAuthenticating
-       StateAuthenticated
+       TransportStateDisconnected TransportState = iota

Review Comment:
   done



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