From 4c65ad4c0998911b56d0a9b87efe547282ae0548 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 3 Sep 2015 00:08:05 -0700 Subject: [PATCH] Remove done comment --- channels/interfaces/websocket_twisted.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/interfaces/websocket_twisted.py b/channels/interfaces/websocket_twisted.py index 72e85a7..e378b61 100644 --- a/channels/interfaces/websocket_twisted.py +++ b/channels/interfaces/websocket_twisted.py @@ -129,7 +129,6 @@ class WebsocketTwistedInterface(object): """ while True: channels = self.factory.send_channels() - # TODO: Send keepalives # Quit if reactor is stopping if not reactor.running: return