uber / tchannel-python

Python implementation of the TChannel protocol.
MIT License
76 stars 45 forks source link

Elaborate on TimeoutError(None) errors #471

Closed willhug closed 7 years ago

willhug commented 7 years ago

Summary: currently with tchannel, if the request times out the error returned for the request is "TimeoutError(None)" this is not very helpful with debugging. This diff changes the error to include:

This doesn't cover everything, but it's a start.