@@ -18,7 +18,7 @@ public:
static LogRemote I;
bool m_running = false;
bool m_error = false;
std::thread m_thread;
std::jthread m_thread;
std::mutex m_mutex;
BlockingQueue<std::string> m_mq;
// Store messages until the file is open
The note is not visible to the blocked user.