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
|
# 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 New Issue