You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAgg: raise WebAggApplication.started flag before blocking
Since Tornado's IOLoop start() blocks until the loop is closed,
cls.started used to be set to True *after* an application actually
stops working.
Revert running() check since it no longer exists in newer versions
of Tornado and will never return back.
0 commit comments