mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 13:18:56 +01: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
|
# 10 seconds of grace to allow the client to reconnect again
|
||||||
# before we think they're gone
|
# before we think they're gone
|
||||||
|
@defer.inlineCallbacks
|
||||||
def _later():
|
def _later():
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"_later stopped_user_eventstream %s", auth_user
|
"_later stopped_user_eventstream %s", auth_user
|
||||||
|
|
Loading…
Reference in a new issue