Add missing stop explanation
This commit is contained in:
parent
51190c510a
commit
05b169930f
@ -276,7 +276,7 @@ class LineProtocol(ThreadingActor):
|
|||||||
|
|
||||||
def on_stop(self):
|
def on_stop(self):
|
||||||
"""Ensure that cleanup when actor stops."""
|
"""Ensure that cleanup when actor stops."""
|
||||||
self.connection.stop()
|
self.connection.stop(u'Actor is shuting down.')
|
||||||
|
|
||||||
def parse_lines(self, new_data=None):
|
def parse_lines(self, new_data=None):
|
||||||
"""Consume new data and yield any lines found."""
|
"""Consume new data and yield any lines found."""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user