Closed jboulmal closed 7 years ago
it seems the usage of Dexie in nodejs is causing problems.
@dvilchez should we replace Dexie by something else like PouchDB
We should give priority to this one
Solved here 70f3d2ceeb3cf3a712c5a678e503692168443394
Hi, In Runtime Node we have parallel database connections from several and parallel node.js processes. Therefore, the database is in blocking states for concurrent read/write. Mainly here [StorageManager] - getVersion for key Thus, we need a way to handle exceptions during transactions. Especially, when the database is in blocking state. i.e: here