triniwiz / nativescript-plugins

Apache License 2.0
80 stars 50 forks source link

fix(image-cache-it): fix possible deadlock on app launch #143

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

Fixes a deadlock that may happend if you call getItem before activity OnStart where glide will lock the main thread waiting for the OnSuccess callback to finish running, which is trying to lock the isolate running in the main thread, creating a deadlock.