Bugfix eventstream with EOF on end (#17465)
parent
a71cc67efb
commit
3b0db291dd
|
@ -141,6 +141,8 @@ class APIEventStream(HomeAssistantView):
|
|||
_LOGGER.debug("STREAM %s RESPONSE CLOSED", id(stop_obj))
|
||||
unsub_stream()
|
||||
|
||||
return response
|
||||
|
||||
|
||||
class APIConfigView(HomeAssistantView):
|
||||
"""View to handle Configuration requests."""
|
||||
|
|
Loading…
Reference in New Issue