uber / tchannel-python

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

connection: Ensure reader loop keeps running #457

Closed abhinav closed 8 years ago

abhinav commented 8 years ago

This changes the Connection message reading loop to keep running even in case of failures. The only time the loop will stop is if the stream was closed. All other exceptions will be logged and ignored.

CC @blampe @willhug