Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frame: fix AttributeError on python 3.5+
Protocol.reader in Python3.5 is set to None by the connection_lost method. Occasionally, this leads to endless exception throws. This fix may close issue #115.
- Loading branch information
cbb1379
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Any chance this could make it into a release sometime soon? I think this issue has been biting us.
Thanks!