You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/24 16:23:35 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #11762: [C++] Make some clean up methods thread safe

merlimat commented on a change in pull request #11762:
URL: https://github.com/apache/pulsar/pull/11762#discussion_r695009922



##########
File path: pulsar-client-cpp/lib/ClientImpl.cc
##########
@@ -129,7 +129,7 @@ ClientImpl::ClientImpl(const std::string& serviceUrl, const ClientConfiguration&
     }
 }
 
-ClientImpl::~ClientImpl() { shutdown(); }

Review comment:
       Wouldn't this leave client running if shutdown is not called explicitly?




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org