1
0

call jnius.detach on thread stop

This commit is contained in:
ThomasV
2016-06-04 12:58:29 +02:00
parent 5f3b6af2e0
commit bbe7b277d2
4 changed files with 9 additions and 2 deletions

View File

@@ -220,6 +220,7 @@ class Daemon(DaemonThread):
self.print_error("shutting down network")
self.network.stop()
self.network.join()
self.on_stop()
def stop(self):
self.print_error("stopping, removing lockfile")