Commit 30a228b3 authored by Julien Muchembled's avatar Julien Muchembled

TODO: review naming of some Connection methods

parent 7f06df6f
......@@ -383,6 +383,8 @@ class ListeningConnection(BaseConnection):
class Connection(BaseConnection):
"""A connection."""
# XXX: rename isPending, hasPendingMessages & pending methods
connecting = False
client = False
server = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment