We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7995568 commit a6740abCopy full SHA for a6740ab
include/countly.hpp
@@ -270,7 +270,7 @@ class Countly : public cly::CountlyDelegates {
270
std::shared_ptr<cly::CountlyConfiguration> configuration;
271
std::shared_ptr<cly::LoggerModule> logger;
272
273
- std::mutex mutex;
+ std::shared_ptr<std::mutex> mutex = std::make_shared<std::mutex>();
274
275
bool is_queue_being_processed = false;
276
bool enable_automatic_session = false;
0 commit comments