merlimat opened a new pull request #162: Avoid double cnx close notification on graceful server side close URL: https://github.com/apache/pulsar-client-go/pull/162 ### Motivation We're processing the "connection closed" event twice when the broker sends a "producer closed" or "consumer closed" command. Basically after the producer reconnects, it will reconnect again on the same connection because it got the notification 2 times. One when the graceful close command and another when the connection is closed (eg: broker is shutting down). This is not harmful, though it's logically wrong.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
