From 28d067c6d814d8aa53c8b8541d0cedb630409197 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 02:22:43 -0400 Subject: notify clients when watchers connect --- termcast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/termcast.py b/termcast.py index d305dff..e849fe8 100644 --- a/termcast.py +++ b/termcast.py @@ -81,6 +81,7 @@ class Connection(object): if connection_id != self.connection_id: return self.publisher.notify("new_data", self.connection_id, self.handler.buf, b'') + self.client.send("msg watcher connected") def request_get_streamers(self): return { -- cgit v1.2.3-54-g00ecf