mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix nest streams that get stuck broken (#66334)
This commit is contained in:
parent
fcee1ff865
commit
087f443368
@ -338,7 +338,6 @@ class Stream:
|
||||
)
|
||||
except StreamWorkerError as err:
|
||||
self._logger.error("Error from stream worker: %s", str(err))
|
||||
self._available = False
|
||||
|
||||
stream_state.discontinuity()
|
||||
if not self.keepalive or self._thread_quit.is_set():
|
||||
|
Loading…
x
Reference in New Issue
Block a user