You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 say there are multiple instances of SQLPlugin.java, at some point one instance got disposed(removed the runner from the dbrmap and closed the database), the other instances could get affected, getting the database-not-open error especially if the dispose behavior comes after than the other instances working on the database.
2 the backgroundExecuteSqlBatch call in the js file did not pass in an error callback when calling the native side, thus the database-closed message got lost entirely.
0 commit comments