Remove irrelevant TODOs and add more logging

This commit is contained in:
Lonami Exo
2018-10-04 17:50:56 +02:00
parent a5d4e97922
commit 7e7bbcf4c0
3 changed files with 13 additions and 5 deletions

View File

@@ -127,7 +127,6 @@ class Connection(abc.ABC):
else:
raise result from None
# TODO Get/put to the queue with cancellation
async def _send_loop(self):
"""
This loop is constantly popping items off the queue to send them.