Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linux): Handle failures of OnMediaStateChange in OnMediaError (#1731
) # Description Failures which occured in OnMediaStateChange method, were also thrown in OnMediaError. So the error was propagated twice and therefore the tests fail from time to time. This ensures to correctly throw the error only once, but also log the state change failure.
- Loading branch information