cckellogg commented on pull request #559: URL: https://github.com/apache/pulsar-client-go/pull/559#issuecomment-872387568
> For example, in https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/connection.go#L222-L224, When the handshake fails, we have created a new connection, but we directly changed the status to connectionClosed but did not actually close the connection Changed the code to call Close() instead of setting the state to connectionClosed. This should cleanup and close the connection. -- 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]
