uber / tchannel-python

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

misc: fix minor connection.py issues #455

Closed willhug closed 8 years ago

willhug commented 8 years ago

1) InvalidMessageError no longer exists 2) Calling directly into the event_emitter (that doesn't exist) 3) Using logging.exception instead of log.exception

willhug commented 8 years ago

@abhinav @breerly @kriskowal @blampe