You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/07 06:58:35 UTC

[GitHub] jai1 opened a new pull request #649: CPP Client: Fix for sendTimer_ being dereferenced after reset

jai1 opened a new pull request #649: CPP Client: Fix for sendTimer_ being dereferenced after reset
URL: https://github.com/apache/incubator-pulsar/pull/649
 
 
   Fix for #618 
   
   ### Explanation
   When Client is destructed it shuts down the Producers and Consumers, which currently resets the sendTimer_. If `handleSendTimeout` is called during client shut down or after client shut down the application crashes since it tries to dereference the sendTimer_ in these functions.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services