mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 07:48:20 +00:00
If we didn't get any events, advance the token or we'll just keep not getting the same events again.
This commit is contained in:
@@ -79,6 +79,7 @@ class Pusher(object):
|
||||
single_event = c
|
||||
break
|
||||
if not single_event:
|
||||
self.last_token = chunk['end']
|
||||
continue
|
||||
|
||||
if not self.alive:
|
||||
|
||||
Reference in New Issue
Block a user