For some reason recoverData is called multiple times and causes this promises to be started at least twice times in row.
Details
Details
Make sure setClientDBStoreActionType is dispatched only once
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/data/sqlite-data-handler.js | ||
|---|---|---|
| 226–228 ↗ | (On Diff #48432) | Is there a risk of skipping an important effect because the previous one still wasn't finished? |
| native/data/sqlite-data-handler.js | ||
|---|---|---|
| 226–228 ↗ | (On Diff #48432) | No, because logic gated on isRunning should be called only once on app start. This hook is also doing other things like clearing sensitive data, but this is executed before the early return (see line 218) |