1
0

slightly better notifications. at least, it fixes #652

This commit is contained in:
ThomasV
2014-04-17 17:38:21 +02:00
parent 696766c370
commit 80a988e337
5 changed files with 9 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ class NetworkProxy(threading.Thread):
self.subscriptions = {}
self.debug = False
self.lock = threading.Lock()
self.pending_transactions_for_notifications = []
def start(self, start_daemon=False):