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

@@ -814,7 +814,7 @@ class Network(util.DaemonThread):
self.process_pending_sends()
self.stop_network()
self.print_error("stopped")
self.on_stop()
def on_header(self, i, header):
height = header.get('block_height')