Fix nest streams that get stuck broken (#66334)

This commit is contained in:
Allen Porter 2022-02-11 13:17:19 -08:00 committed by Paulus Schoutsen
parent fcee1ff865
commit 087f443368

View File

@ -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():