diff options
author | Erik Johnston <erik@matrix.org> | 2016-12-09 15:43:18 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-12-09 15:43:18 +0000 |
commit | be14c24cea7d96f850180759870e83c3789bcdda (patch) | |
tree | 69af80fd2504959b1dcf811279adff26b2f77737 /synapse/notifier.py | |
parent | Merge pull request #1680 from matrix-org/erikj/joined_rooms (diff) | |
download | synapse-be14c24cea7d96f850180759870e83c3789bcdda.tar.xz |
Fix rare notifier bug where listeners dont timeout
There was a race condition that caused the notifier to 'miss' the timeout notification, since there were no other checks for the timeout this caused listeners to get stuck in a loop until something happened.
Diffstat (limited to 'synapse/notifier.py')
-rw-r--r-- | synapse/notifier.py | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py |