0902horn commented on code in PR #809: URL: https://github.com/apache/rocketmq-clients/pull/809#discussion_r1701484243
########## cpp/source/stats/include/MetricBidiReactor.h: ########## @@ -36,8 +36,8 @@ class MetricBidiReactor : public grpc::ClientBidiReactor<ExportMetricsServiceRequest, ExportMetricsServiceResponse> { public: - MetricBidiReactor(std::weak_ptr<Client> client, - std::weak_ptr<OpencensusExporter> exporter); + MetricBidiReactor(std::shared_ptr<Client> client, Review Comment: This is to fix the crash happened in MetricBidiReactor. -- 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-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org