fix: Don't wait for services on exit
This commit is contained in:
parent
e1620966e5
commit
8119929ece
@ -804,7 +804,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
for (auto &service : getServices()) {
|
||||
service.thread.join();
|
||||
service.thread.detach();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user