mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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
@ -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 New Issue
Block a user