Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix rare exception after StreamingEngine teardown (#4830)
In some cases, the timing of certain events can cause a seek callback to fire on StreamingEngine after it has been destroyed. This checks for that condition to avoid an exception. Closes #4813
- Loading branch information