RxDb issue reproduction,
- Run with 0 schema.
- Add
stub2
to schema and set version to1
. Add migration1: (oldData) => oldData
. - Revert changes to 0 schema, previous old version. Still fine.
- Repeat step 2. Here issue occurs - increased CPU usage and memory leak.