You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you see the following message printed in Logcat:
Player 1: StandaloneCoroutine was cancelled
Player 2: StandaloneCoroutine was cancelled
The message I see is:
Player 1: The coroutine scope left the composition
Player 2: The coroutine scope left the composition
Is this due to some more recent code updates? Is everything going as expected?
The working 'make sure you see this', makes it seem like I should make sure I see that 😅
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm curently trying to understand how the
LaunchedEffect
function cancelles the coroutines once the player objects are reset.At the end of chapter 6 ("Launch concurrent tasks") in the course material, it states:
The message I see is:
Is this due to some more recent code updates? Is everything going as expected?
The working 'make sure you see this', makes it seem like I should make sure I see that 😅
Thanks
The text was updated successfully, but these errors were encountered: