I’m on SDK 40. Periodically I notice Expo Go hangs when doing an await for a custom method. The start of the custom method is console.log and it isn’t even appearing.
In SDK 42, (I presume 41 as well) it just hangs regardless. Is there some sort of limit or way to check if there’s any leaked awaits
after performing operations on SQLite
Its very random. I am suspecting that it is hitting some form of thread limit, but I am not sure how to determine if there's a limit?
The expo-sqlite is a red-herring because my console.log
which occurs before openDatabase is not being shown.