What happened?
The latest version of op-sqlite hangs on async queries.
I have two branches https://github.com/joprice/rn-repro/tree/op-sqlite and https://github.com/joprice/rn-repro/tree/op-sqlite-15.0.7 with a simple query run sync and async. The async one hangs indefinitely on the latest (op-sqlite branch)
I went back two versions as the intermediate one introduced the optimized promise handling, which is likely where the bug is.
op-sqlite version
15.1.1
React Native version
0.82.1
Reproducible Example
https://github.com/joprice/rn-repro/tree/op-sqlite
What happened?
The latest version of op-sqlite hangs on async queries.
I have two branches https://github.com/joprice/rn-repro/tree/op-sqlite and https://github.com/joprice/rn-repro/tree/op-sqlite-15.0.7 with a simple query run sync and async. The async one hangs indefinitely on the latest (op-sqlite branch)
I went back two versions as the intermediate one introduced the optimized promise handling, which is likely where the bug is.
op-sqlite version
15.1.1
React Native version
0.82.1
Reproducible Example
https://github.com/joprice/rn-repro/tree/op-sqlite