The example app has 2 buttons:
- Create new database instance with multithreading disabled
- Create new database instance with multithreading enabled
Issue with platforms/[email protected]
The example app uses platforms/[email protected], which is where the issue started. If you change the version to platforms/[email protected], it works as expected with no issues.
No issues with multithreading disabled but when you create a database instance with multithreading enabled, it crashes the app with the following error:
FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
