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 GitHub
parent 5743661f6e
commit 24418417fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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