You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/09/25 15:31:59 UTC

[pulsar] branch master updated (ee42cf4 -> d430441)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from ee42cf4  Fix client backoff (#5261)
     add d430441  [Issue #5234][pulsar-client-cpp] Fix memory leak caused by deadline_timer holding object reference (#5246)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/ClientConnection.cc |  3 +++
 pulsar-client-cpp/lib/ConnectionPool.cc   | 13 +++++++++++++
 pulsar-client-cpp/lib/ConnectionPool.h    |  2 ++
 pulsar-client-cpp/lib/ProducerImpl.cc     | 17 +++++++++++++----
 pulsar-client-cpp/lib/ProducerImpl.h      |  2 ++
 5 files changed, 33 insertions(+), 4 deletions(-)