parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

IllegalStateException: Already resumed in Task to coroutines #1083

Closed ecdpalma closed 3 years ago

ecdpalma commented 3 years ago

Issue is here https://github.com/parse-community/Parse-SDK-Android/blob/3a6fde5b8040568c3f2d0fcd753c43580b34a268/coroutines/src/main/java/com/parse/coroutines/ParseTaskExtensions.kt#L18

and down below, maybe in more places.

Problem it's missing an early return from the lambda, or the second continuation inside an else.

EDIT: typo