Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use of coroutines to load mediaSource off the main thread doesn't actually do that #495

Open
svenoaks opened this issue Aug 13, 2022 · 0 comments

Comments

@svenoaks
Copy link

private val serviceJob = SupervisorJob()
private val serviceScope = CoroutineScope(Dispatchers.Main + serviceJob)
serviceScope.launch {
            mediaSource.load()
        }

The coroutine is run on the main thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant