slash-init commented on PR #3464:
URL: https://github.com/apache/iggy/pull/3464#issuecomment-4724673434

   Done adding the state guard.
   I also added nil guards in `disconnect()` and `shutdown()` since those can 
be called while a connection attempt is still in progress. In that case, 
`c.conn` may not have been assigned yet, which could lead to a nil pointer 
dereference panic.
   


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