Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the cb gets executed.

This commit is contained in:
David Baker 2015-01-27 16:00:07 +00:00
parent 1d77969124
commit eba89f093f

View File

@ -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