Skip to content
Snippets Groups Projects
Commit 3a0de35a authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed old comment.

parent d69faeec
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class SimpleRpcClient(ConnectionManager):
if event & select.EPOLLHUP:
logging.error('Socket HUP fd/%s', fd)
self.shutdown() #TODO
self.shutdown()
def all_connections(self):
return set((self._connection,))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment