Don't break while sending messages to listeners
This commit is contained in:
@@ -168,7 +168,6 @@ class CoreNotifier(Notification):
|
||||
})
|
||||
except:
|
||||
log.debug('Failed sending to listener: %s', traceback.format_exc())
|
||||
break
|
||||
|
||||
self.m_lock.release()
|
||||
self.cleanMessages()
|
||||
|
||||
Reference in New Issue
Block a user