Merge branch 'Alexays:master' into workspaces
This commit is contained in:
commit
d3e7a8c797
|
@ -95,6 +95,7 @@ class SleeperThread {
|
|||
}
|
||||
|
||||
~SleeperThread() {
|
||||
connection_.disconnect();
|
||||
stop();
|
||||
if (thread_.joinable()) {
|
||||
thread_.join();
|
||||
|
|
Loading…
Reference in New Issue