Merge branch 'Alexays:master' into workspaces

This commit is contained in:
MightyPlaza
2023-07-17 22:38:13 +00:00
committed by GitHub

View File

@ -95,6 +95,7 @@ class SleeperThread {
}
~SleeperThread() {
connection_.disconnect();
stop();
if (thread_.joinable()) {
thread_.join();