greenado icon indicating copy to clipboard operation
greenado copied to clipboard

TimeoutError

Open jleibund opened this issue 8 years ago • 1 comments
trafficstars

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?

jleibund avatar Feb 06 '17 15:02 jleibund

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.

virtuald avatar Feb 06 '17 17:02 virtuald