mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 03:58:06 +03:00
Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the cb gets executed.
This commit is contained in:
parent
1d77969124
commit
eba89f093f
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class EventStreamHandler(BaseHandler):
|
|||
|
||||
# 10 seconds of grace to allow the client to reconnect again
|
||||
# before we think they're gone
|
||||
@defer.inlineCallbacks
|
||||
def _later():
|
||||
logger.debug(
|
||||
"_later stopped_user_eventstream %s", auth_user
|
||||
|
|
Loading…
Reference in a new issue