forked from home-assistant/core
Bugfix eventstream with EOF on end (#17465)
This commit is contained in:
committed by
Paulus Schoutsen
parent
f92b392a24
commit
80867cc9b7
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user