EventStream to sent ping on start to notify browser

pull/2130/head
Paulus Schoutsen 2016-05-21 16:31:22 -07:00
parent a68ab07e72
commit 4d5eb0e3fc
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ class APIEventStream(HomeAssistantView):
_LOGGER.debug('STREAM %s ATTACHED', id(stop_obj))
last_msg = time()
# Fire off one message right away to have browsers fire open event
to_write.put(STREAM_PING_PAYLOAD)
while True:
try: