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
The reason that wasn't done is because TimeoutError was introduced in Tornado 4.0, and there wasn't a good reason to break compatibility with Tornado 3.x. I suspect Tornado 3.x is seldom used now, so I would accept a PR that makes this change and updates the dependencies.
It seems sometimes I'm getting a greenado.concurrent.TimeoutError from a gyield... but other times a tornado.gen.TimeoutError.
Any chance greenado TimeoutError could just inherit from tornado TimeoutError?
The text was updated successfully, but these errors were encountered: