aboutsummaryrefslogtreecommitdiffstats
path: root/termcast.py
diff options
context:
space:
mode:
Diffstat (limited to 'termcast.py')
-rw-r--r--termcast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/termcast.py b/termcast.py
index d5d2fe3..ce97cd7 100644
--- a/termcast.py
+++ b/termcast.py
@@ -157,6 +157,7 @@ class Connection(object):
)
self.handler.process(buf)
else:
+ self.publisher.notify("streamer_disconnect", self.connection_id)
return
def msg_new_viewer(self, connection_id):