Jonathan Schooler

Results 2 comments of Jonathan Schooler

@joffrey-bion I was thinking it would be convenient for `suspendCancelableCoroutine` to support a kind of "try/finally" option, in case an API needed to be destroyed or torn down after a...

I am also getting this error occasionally. I think it is a race condition in `ModelAdapter.getModelSaver()`. The ModelAdapter lazily initializes an instance of ModelSaver without synchronization here: https://github.com/agrosner/DBFlow/blob/0e06ea867c09db100a040314ca5127911afb16f9/dbflow/src/main/java/com/raizlabs/android/dbflow/structure/ModelAdapter.java#L429 If multiple...