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
On #264, before we shutdown the application wait_before_shutdown set, we removed the check for waiters and timeouts as that was removed from the tornado implementation.
Let's create a way to track waiters and timeouts so we can get this check back for a clean shutdown.
The text was updated successfully, but these errors were encountered:
On #264, before we shutdown the application wait_before_shutdown set, we removed the check for waiters and timeouts as that was removed from the tornado implementation.
Let's create a way to track waiters and timeouts so we can get this check back for a clean shutdown.
The text was updated successfully, but these errors were encountered: