mirror of
https://github.com/django/daphne.git
synced 2025-07-15 02:12:17 +03:00
Remove done comment
This commit is contained in:
parent
16a0e73c6c
commit
4c65ad4c09
|
@ -129,7 +129,6 @@ class WebsocketTwistedInterface(object):
|
||||||
"""
|
"""
|
||||||
while True:
|
while True:
|
||||||
channels = self.factory.send_channels()
|
channels = self.factory.send_channels()
|
||||||
# TODO: Send keepalives
|
|
||||||
# Quit if reactor is stopping
|
# Quit if reactor is stopping
|
||||||
if not reactor.running:
|
if not reactor.running:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user